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

2008-07-02 Thread troy d. straszheim
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

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

2008-07-02 Thread Miguel A. Figueroa-Villanueva
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

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

[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