Skip to content
Snippets Groups Projects
Commit f9949fc3 authored by Kasper Marstal's avatar Kasper Marstal
Browse files

COMP: Do not compile BOOST, we only use header-only libs

parent 014a0d54
No related branches found
No related tags found
No related merge requests found
......@@ -28,11 +28,7 @@ ExternalProject_Add( BOOST
UPDATE_COMMAND ""
CONFIGURE_COMMAND ${BOOST_CONFIGURE_COMMAND}
--prefix=${BOOST_BUILD_DIR}/lib
BUILD_COMMAND ${BOOST_BUILD_COMMAND} install
--prefix=${BOOST_BUILD_DIR}
--with-graph
--variant=release
--jobs=4
BUILD_COMMAND ""
INSTALL_COMMAND ""
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment