Skip to content

Commit

Permalink
build: specify cmake policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Serein207 committed Dec 20, 2024
1 parent c50ca0d commit d8d6f7a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit d8d6f7a

Please sign in to comment.