|
|
@@ -77,9 +77,9 @@ SET(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
|
|
|
list(APPEND CMAKE_MODULE_PATH ${Boost_SOURCE_DIR}/tools/build/CMake)
|
|
|
include(BoostUtils)
|
|
|
include(BoostConfig)
|
|
|
-include(BoostBuildSlave)
|
|
|
include(BoostCore)
|
|
|
include(BoostDocs)
|
|
|
+include(CTest)
|
|
|
include(BoostTesting)
|
|
|
##########################################################################
|
|
|
|
|
|
@@ -262,7 +262,7 @@ add_definitions(-DBOOST_ALL_NO_LIB=1)
|
|
|
add_subdirectory(doc)
|
|
|
|
|
|
# Add build rules for all of the Boost libraries
|
|
|
-add_subdirectory(${BOOST_LIBS_DIR})
|
|
|
+add_subdirectory(libs)
|
|
|
|
|
|
# Add build rules for all of the Boost tools
|
|
|
# TODO: On hold while I work on the modularity code
|