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
Hey Miguel,
Miguel A. Figueroa-Villanueva wrote:
Hello,
I'm using the boost cmake build with BUILD_VERSIONED turned off.
However, I still get all these libs:
boost_date_time-mt-gd.dll
boost_date_time-mt-gd.lib
boost_date_time-mt.dll
boost_date_time-mt.lib
libboost_date_time-mt-gd.lib
libboost_
Hello,
I'm using the boost cmake build with BUILD_VERSIONED turned off.
However, I still get all these libs:
boost_date_time-mt-gd.dll
boost_date_time-mt-gd.lib
boost_date_time-mt.dll
boost_date_time-mt.lib
libboost_date_time-mt-gd.lib
libboost_date_time-mt-s.lib
libboost_date_time-mt-sgd.lib
lib
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