Skip to content

Commit

Permalink
CMake: Respect CMAKE_POLICY_DEFAULT_CMP0167
Browse files Browse the repository at this point in the history
  • Loading branch information
dscharrer committed Dec 31, 2024
1 parent b266694 commit 8b052e7
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 @@ -4,6 +4,10 @@ if(CMAKE_VERSION VERSION_LESS 3.12)
cmake_policy(VERSION ${CMAKE_VERSION})
endif()

if(DEFINED CMAKE_POLICY_DEFAULT_CMP0167)
cmake_policy(SET CMP0167 ${CMAKE_POLICY_DEFAULT_CMP0167})
endif()

project(innoextract)


Expand Down

0 comments on commit 8b052e7

Please sign in to comment.