Skip to content

Commit

Permalink
No python needed for boost build
Browse files Browse the repository at this point in the history
  • Loading branch information
koudis authored Jan 10, 2025
1 parent 99aa1cd commit 0259281
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ MESSAGE(STATUS ${boost_sources})

ADD_CUSTOM_COMMAND(OUTPUT "${boost_sources}/b2"
MAIN_DEPENDENCY "${boost_sources}"
COMMAND ./bootstrap.sh
COMMAND ./bootstrap.sh --without-python
WORKING_DIRECTORY "${boost_sources}"
COMMENT "Boost bootstrap"
)
Expand All @@ -65,6 +65,7 @@ ADD_CUSTOM_COMMAND(
MAIN_DEPENDENCY "${boost_sources}"
DEPENDS "${boost_sources}/b2"
COMMAND ./b2 --prefix="${BOOST_INSTALL_DIR}"
--without-python
runtime-link=shared,static
link=shared,static
variant=$<$<CONFIG:Debug>:debug>$<$<CONFIG:Release>:release>
Expand Down

0 comments on commit 0259281

Please sign in to comment.