[Boost-cmake] Using BCP to create a "Subset" of Boost ... And CMake ... And Windows

2009-12-10 Thread Michael Jackson
So I hacked on bcp a bit to add in the detection of CMake files so when doing something like: [mjackson] $ bcp boost/program_options.hpp boost/smart_ptr.hpp boost/ pointer_cast.hpp boost/algorithm/string.hpp boost/thread.hpp tools/ build/cmake /tmp/Boost-1.41.0 All the necessary CMake file

Re: [Boost-cmake] Using BCP to create a "Subset" of Boost ... And CMake ... And Windows

2009-12-10 Thread James C. Sutherland
On Dec 10, 2009, at 12:02 PM, Michael Jackson wrote: > So I hacked on bcp a bit to add in the detection of CMake files so when doing > something like: > > [mjackson] $ bcp boost/program_options.hpp boost/smart_ptr.hpp > boost/pointer_cast.hpp boost/algorithm/string.hpp boost/thread.hpp > too

Re: [Boost-cmake] Using BCP to create a "Subset" of Boost ... And CMake ... And Windows

2009-12-10 Thread Michael Jackson
On Dec 10, 2009, at 4:11 PM, James C. Sutherland wrote: On Dec 10, 2009, at 12:02 PM, Michael Jackson wrote: So I hacked on bcp a bit to add in the detection of CMake files so when doing something like: [mjackson] $ bcp boost/program_options.hpp boost/smart_ptr.hpp boost/pointer_cast.h

[Boost-cmake] dll install location on win32

2009-12-10 Thread Mark B. Allan
It looks like the cmake-boost install defaults to putting *.dll and *.lib files in the same directory (lib). Is there an option to install the *.dll files into bin? CMake supports this with the install "RUNTIME DESTINATION" directive. I use a simple macro to set this up, e.g. macro( install_li