Re: [Boost-cmake] Problem with Boost-CMake Install Rule

2008-06-30 Thread troy d. straszheim
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

Re: [Boost-cmake] Problem with Boost-CMake Install Rule

2008-06-30 Thread Miguel A. Figueroa-Villanueva
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}

Re: [Boost-cmake] Problem with Boost-CMake Install Rule

2008-06-30 Thread troy d. straszheim
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

Re: [Boost-cmake] BUILD_VERSIONED not working correctly?

2008-06-30 Thread troy d. straszheim
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_

[Boost-cmake] BUILD_VERSIONED not working correctly?

2008-06-30 Thread Miguel A. Figueroa-Villanueva
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

[Boost-cmake] Problem with Boost-CMake Install Rule

2008-06-30 Thread Miguel A. Figueroa-Villanueva
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