From 2dc38363a233ed85b0cc8a60b0710a6464ebf91b Mon Sep 17 00:00:00 2001 From: Dave Larson Date: Sun, 7 Dec 2014 13:45:03 -0600 Subject: [PATCH] Revert "properly pass along variables to Boost compilation" This reverts commit 8d1023ec41f2cdcee27e4859fe24580d7fc7004e. --- cmake/BuildBoost.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/BuildBoost.cmake b/cmake/BuildBoost.cmake index 4729bb0..ca0debc 100644 --- a/cmake/BuildBoost.cmake +++ b/cmake/BuildBoost.cmake @@ -33,7 +33,6 @@ ExternalProject_Add( BUILD_COMMAND echo "Building boost, build log is ${BOOST_LOG}" && ./b2 --prefix=${BOOST_ROOT} --layout=system link=static - cxxflags=${CMAKE_CXX_FLAGS} ${BOOST_BUILD_OPTS} threading=multi install ${BOOST_BUILD_LIBS} > ${BOOST_LOG} 2>&1 INSTALL_COMMAND "" )