From 771529eb4f6692d6e0c32e0381551af71a26a955 Mon Sep 17 00:00:00 2001 From: Guillaume Pasero Date: Fri, 13 Mar 2015 17:37:05 +0100 Subject: [PATCH] ENH: superbuild: only compile needed boost libraries --- Superbuild/CMake/External_boost.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Superbuild/CMake/External_boost.cmake b/Superbuild/CMake/External_boost.cmake index 64666c2a7e..e6487f2eed 100644 --- a/Superbuild/CMake/External_boost.cmake +++ b/Superbuild/CMake/External_boost.cmake @@ -55,6 +55,7 @@ else() CONFIGURE_COMMAND ${BOOST_SB_BUILD_DIR}/bootstrap.sh --prefix=${SB_INSTALL_PREFIX} + --with-libraries=graph,test,regex BUILD_COMMAND ./b2 INSTALL_COMMAND ./b2 install PATCH_COMMAND ${CMAKE_COMMAND} -E copy_directory -- GitLab