This commit is contained in:
Erik Frojdh 2021-11-11 16:03:39 +01:00
parent fa931b8fca
commit d5a712ab42

View File

@ -6,7 +6,7 @@ set(PROJECT_VERSION 6.0.0)
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG") set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG")
cmake_policy(SET CMP0074 NEW) # cmake_policy(SET CMP0074 NEW)
include(cmake/project_version.cmake) include(cmake/project_version.cmake)
#functions to add compiler flags #functions to add compiler flags