From 44001442b9a4970a4fa5ee3e62817c6df0d3e6ec Mon Sep 17 00:00:00 2001 From: Chris Cantwell Date: Fri, 18 Jul 2014 13:56:35 +0100 Subject: [PATCH] Tidy up CMake files. --- cmake/ThirdPartyBoost.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/cmake/ThirdPartyBoost.cmake b/cmake/ThirdPartyBoost.cmake index da2bf8860..132f2782e 100644 --- a/cmake/ThirdPartyBoost.cmake +++ b/cmake/ThirdPartyBoost.cmake @@ -43,7 +43,6 @@ IF (THIRDPARTY_BUILD_BOOST) ${BOOST_FLAGS} ${BOOST_LIB_LIST} --layout=system toolset=${TOOLSET} install INSTALL_COMMAND "" - #BUILD_IN_SOURCE 1 ) IF (APPLE) @@ -99,7 +98,6 @@ IF (THIRDPARTY_BUILD_BOOST) CONFIGURE_COMMAND bootstrap.bat --prefix=${TPDIST}/boost BUILD_COMMAND b2 --layout=system install INSTALL_COMMAND "" - #BUILD_IN_SOURCE 1 ) ENDIF () ELSE (THIRDPARTY_BUILD_BOOST) @@ -118,10 +116,6 @@ ELSE (THIRDPARTY_BUILD_BOOST) FIND_PACKAGE( Boost QUIET COMPONENTS thread iostreams date_time filesystem system program_options regex ) ELSE () - #SET(BOOST_ROOT ${CMAKE_SOURCE_DIR}/ThirdParty/boost) - #FIND_PACKAGE( Boost QUIET COMPONENTS thread iostreams date_time filesystem system program_options regex) - #SET(BOOST_ROOT ${CMAKE_SOURCE_DIR}/../ThirdParty/boost) - #FIND_PACKAGE( Boost QUIET COMPONENTS thread iostreams date_time filesystem system program_options regex) SET(BOOST_ROOT ${TPDIST}) FIND_PACKAGE( Boost QUIET COMPONENTS thread iostreams date_time filesystem system program_options regex) ENDIF() -- GitLab