Equivalent of "bootstrap.sh --without-libraries" for Modularized and CMake-ified boost

Dear boost@lists.boost.org, I'm trying to use CMake to build boost, using its Modularized and CMake-ified version at: https://github.com/ryppl/boost-zero I need to do the equivalent of --without-libraries=mpi with bootstrap.sh. Any idea if this is possible, and if so how to do it? Regards, -Julien

On 23/08/2012 23:16, Julien Woillez wrote:
Dear boost@lists.boost.org, I'm trying to use CMake to build boost, using its Modularized and CMake-ified version at: https://github.com/ryppl/boost-zero I need to do the equivalent of --without-libraries=mpi with bootstrap.sh. Any idea if this is possible, and if so how to do it?
From a glance, there doesn't seem to be an equivalent option, but commenting add_subdirectory(boost/mpi) in the top-level CMakeLists.txt should have the desired behaviour. Hopefully you'll get some better answer from Daniel Pfeifer.
participants (2)
-
Julien Woillez
-
Mathias Gaunard