Subject: Re: [boost] Equivalent of "bootstrap.sh --without-libraries" for Modularized and CMake-ified boost
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-08-24 06:14:27


On 23/08/2012 23:16, Julien Woillez wrote:
> Dear boost_at_[hidden],
> 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.