From d11b57ad1e1fc145b9b2dad477569351873eda6a Mon Sep 17 00:00:00 2001 From: DraVee Date: Tue, 21 Oct 2025 04:59:56 +0200 Subject: [PATCH] BEHAVE --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index edaf6b6924..34a0b21599 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -533,6 +533,7 @@ else() # wow if (PLATFORM_LINUX) + cmake_policy(SET CMP0167 NEW) find_package(Boost 1.57.0 REQUIRED COMPONENTS headers context system fiber) else() find_package(Boost 1.57.0 CONFIG REQUIRED)