From c94486cd3c33b0b9c8ab54a293706f933204d713 Mon Sep 17 00:00:00 2001 From: tamasmeszaros Date: Wed, 30 Mar 2022 10:08:45 +0200 Subject: [PATCH] Make boost more independent of the toolchain it was built from --- deps/Boost/Boost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/Boost/Boost.cmake b/deps/Boost/Boost.cmake index 15792d5a75..d219736fec 100644 --- a/deps/Boost/Boost.cmake +++ b/deps/Boost/Boost.cmake @@ -107,7 +107,7 @@ set(_build_cmd ${_build_cmd} ${_boost_flags} -j${NPROC} ${_libs} - --layout=versioned + --layout=system #versioned --debug-configuration toolset=${_boost_toolset} address-model=${_bits}