From d5a712ab422644e8ace5defcc3e6b047bea29967 Mon Sep 17 00:00:00 2001 From: Erik Frojdh Date: Thu, 11 Nov 2021 16:03:39 +0100 Subject: [PATCH] WIP --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71aaf43d5..f485c5efa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(PROJECT_VERSION 6.0.0) set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG") -cmake_policy(SET CMP0074 NEW) +# cmake_policy(SET CMP0074 NEW) include(cmake/project_version.cmake) #functions to add compiler flags