
On 08/14/2007 02:48 PM, Larry Evans wrote: [snip]
Now, on another problem. I tried cd to the build/libs/mpl and noticed a Makefile but no test subdirectory; so I tried invoking make, but nothing was compiled. I guess this directory has not yet been converted to use CMake. Is there one that has so I could test it out? Ignore the following line :( the src/libs/mpl/
OK, I guess I should have read: http://svn.boost.org/trac/boost/wiki/CMakeBuildConfiguration which contains: and you are presented with a list of editable build options something like this: BUILD_BOOST_DATE_TIME ON BUILD_BOOST_FILESYSTEM ON BUILD_BOOST_GRAPH ON BUILD_BOOST_IOSTREAMS ON so I guess this means if I want to just build graph, I turn all the other's off. Sorry for not reading far enough.