From f1bc42b2da84510c12561465954600ae3c31496f Mon Sep 17 00:00:00 2001 From: O01eg Date: Sun, 22 Dec 2024 14:02:51 +0400 Subject: [PATCH] WIP: trying to debug boost issue --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1123c55..e4ee9e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() @@ -617,7 +618,7 @@ ExternalProject_Add(boost BUILD_COMMAND /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