Skip to content
Snippets Groups Projects
Commit 8f00e3e2 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

Remove the prefix option as it bugs on windows

parent 28afc278
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!554Upgrade boost
Pipeline #2309 failed
......@@ -34,8 +34,6 @@ else()
set(BOOST_B2_EXE "b2.exe")
endif()
set( BOOST_BOOTSTRAP_OPTIONS "${BOOST_BOOTSTRAP_OPTIONS} --prefix=${SB_INSTALL_PREFIX}")
set(BOOST_CONFIGURE_COMMAND ${CMAKE_COMMAND}
-E chdir ${BOOST_SB_SRC}
${BOOST_BOOTSTRAP_FILE} ${BOOST_BOOTSTRAP_OPTIONS}
......@@ -45,7 +43,6 @@ set(BOOST_CONFIGURE_COMMAND ${CMAKE_COMMAND}
# must be passed to b2. Why? Windows... That is why...
# Libraries we need from boost
set( boost_libraries_to_build "system;serialization;filesystem;test;date_time;program_options;thread")
message( "boost_libraries_to_build = ${boost_libraries_to_build}")
# add libraries to b2 option
set(BOOST_SB_CONFIG)
foreach(lib ${boost_libraries_to_build})
......
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