From 70cf6f62a7ea62de8c78a63cccb5782a6787c4e1 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 f73297a6b8..d4eb1cddf5 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}