From 9762be568c02dfee7e9bb9d2f19fe4eeacd23a06 Mon Sep 17 00:00:00 2001 From: Liangliang Nan Date: Fri, 13 Dec 2024 23:58:02 +0100 Subject: [PATCH] clean code --- code/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index b063f27e..b635d8b3 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -50,7 +50,6 @@ set(POLYFIT_glew_DIR ${POLYFIT_ROOT}/3rd_glew) ### conditionally compile certain modules depending on libraries found on the system list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/cmake) -cmake_policy(SET CMP0167 NEW) find_package(Boost REQUIRED) ################################################################################