Skip to content

Commit

Permalink
Set new policy (#622)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kicer86 committed Mar 28, 2024
1 parent 10a5ae8 commit f818b0a
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 @@ -6,6 +6,10 @@ if(POLICY CMP0146)
cmake_policy(SET CMP0146 OLD)
endif()

if(POLICY CMP0160)
cmake_policy(SET CMP0160 OLD)
endif()

set(CMAKE_MODULE_PATH
${CMAKE_SOURCE_DIR}/cmake_modules;
)
Expand Down

0 comments on commit f818b0a

Please sign in to comment.