Skip to content

Commit

Permalink
WIP: trying to debug boost issue
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Dec 22, 2024
1 parent 858f3f1 commit f1bc42b
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 @@ -570,6 +570,7 @@ else()
list(APPEND BOOST_CONFIGURE_FLAGS define=BOOST_USE_WINAPI_VERSION=BOOST_WINAPI_VERSION_VISTA)
endif()
set(BOOST_TOOLSET msvc-${_VS_PLATFORM_TOOLSET_VERSION})
message(STATUS "Boost toolset is msvc-${_VS_PLATFORM_TOOLSET_VERSION}")
set(BOOST_OSX_SYSROOT "")
endif()

Expand Down Expand Up @@ -617,7 +618,7 @@ ExternalProject_Add(boost
BUILD_COMMAND <SOURCE_DIR>/b2 install
toolset=${BOOST_TOOLSET}
-j${BOOST_PARALLEL_JOBS}
-d
-d 2
--layout=system
# ToDo: Remove --no-cmake-config in boost 1.71
--no-cmake-config
Expand Down

0 comments on commit f1bc42b

Please sign in to comment.