Skip to content

Commit 0d9271d

Browse files
SiegeLordExSiegeLord
authored andcommitted
Add CMP0075 opt-in.
Fixes #1376
1 parent bc297a4 commit 0d9271d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ if(COMMAND cmake_policy)
3131
if(POLICY CMP0060)
3232
cmake_policy(SET CMP0060 NEW)
3333
endif()
34+
if(POLICY CMP0075)
35+
cmake_policy(SET CMP0075 NEW)
36+
endif()
3437
endif(COMMAND cmake_policy)
3538

3639
if(NOT CMAKE_BUILD_TYPE)

0 commit comments

Comments
 (0)