diff --git a/CMakeLists.txt b/CMakeLists.txt index bd1386c..9b7bc31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,6 +16,10 @@ if (POLICY CMP0167) cmake_policy(SET CMP0167 OLD) endif() +if (POLICY CMP0177) + cmake_policy(SET CMP0177 OLD) +endif() + project(sast-evento VERSION ${VERSION_SEMANTIC} LANGUAGES CXX) if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")