Skip to content

Commit

Permalink
Boost build without python fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koudis committed Jan 10, 2025
1 parent 0259281 commit bedb512
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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 --without-python
COMMAND ./bootstrap.sh
WORKING_DIRECTORY "${boost_sources}"
COMMENT "Boost bootstrap"
)
Expand Down

0 comments on commit bedb512

Please sign in to comment.