Skip to content

Commit

Permalink
Revert "properly pass along variables to Boost compilation"
Browse files Browse the repository at this point in the history
This reverts commit 8d1023e.
  • Loading branch information
ernfrid committed Dec 7, 2014
1 parent 8d1023e commit 2dc3836
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmake/BuildBoost.cmake
Expand Up @@ -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 ""
)
Expand Down

0 comments on commit 2dc3836

Please sign in to comment.