From 0d2d2637917955da10be3ed6e9c4bc958f4816ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 13 Jan 2025 17:40:28 +0100 Subject: [PATCH] fix policy --- Installation/cmake/modules/CGAL_TweakFindBoost.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation/cmake/modules/CGAL_TweakFindBoost.cmake b/Installation/cmake/modules/CGAL_TweakFindBoost.cmake index 8c1efca6258..e94f1c20ef1 100644 --- a/Installation/cmake/modules/CGAL_TweakFindBoost.cmake +++ b/Installation/cmake/modules/CGAL_TweakFindBoost.cmake @@ -29,7 +29,7 @@ if( NOT CGAL_TweakFindBoost ) cmake_policy(SET CMP0077 NEW) endif() if(POLICY CMP0167) - cmake_policy(SET CMP0167 NEW) + cmake_policy(SET CMP0167 OLD) endif() if(DEFINED CGAL_Boost_USE_STATIC_LIBS) # If the option is loaded from CGALConfig.cmake, use its value as default