Whoops, I only got a couple of them:
http://svn.boost.org/trac/boost/changeset/46937/branches/CMake/release
Committed the other two in r47108.Thanks again!
-t
Miguel A. Figueroa-Villanueva wrote:
On Tue, Jul 1, 2008 at 12:33 AM, troy d. straszheim wrote:
Miguel A. Figueroa-Villanueva w
On Tue, Jul 1, 2008 at 12:33 AM, troy d. straszheim wrote:
> Miguel A. Figueroa-Villanueva wrote:
>>>
>>> PATTERN ".svn" EXCLUDE
>>>
>>> should work here as well, no?
>>>
>>> -t
>>
>> Yes, that works too. Tried it here just to make sure and it worked as
>> expected.
>>
>> --Miguel
>
> Fixed on the
Miguel A. Figueroa-Villanueva wrote:
PATTERN ".svn" EXCLUDE
should work here as well, no?
-t
Yes, that works too. Tried it here just to make sure and it worked as expected.
--Miguel
Fixed on the release branch. Thanks!
-t
___
Boost-cmake mail
On Mon, Jun 30, 2008 at 7:04 PM, troy d. straszheim wrote:
> Miguel A. Figueroa-Villanueva wrote:
>>
>> Hello,
>>
>> The following snippet from the Boost-CMake build CMakeLists.txt file
>> is not working for me. Particularly, the REGEX ".svn" is causing the
>> rule to create the ${BOOST_HEADER_DIR}
Miguel A. Figueroa-Villanueva wrote:
Hello,
The following snippet from the Boost-CMake build CMakeLists.txt file
is not working for me. Particularly, the REGEX ".svn" is causing the
rule to create the ${BOOST_HEADER_DIR}, but doesn't copy all the files
and subdirectories. It doesn't report any e
Hello,
The following snippet from the Boost-CMake build CMakeLists.txt file
is not working for me. Particularly, the REGEX ".svn" is causing the
rule to create the ${BOOST_HEADER_DIR}, but doesn't copy all the files
and subdirectories. It doesn't report any errors, it is just excluding
everything