From bedb512e8dfd08eb5c83d5e73ea002d1a6aea952 Mon Sep 17 00:00:00 2001 From: Jan Kubalek Date: Fri, 10 Jan 2025 15:48:45 +0100 Subject: [PATCH] Boost build without python fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3aafb49..d30d4a7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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" )