Skip to content

Commit 6566bbd

Browse files
gruenichjgm
authored andcommitted
[cmake] Remove handling CMP0063
Required CMake is 3.7 which automatically sets CMP0063 to NEW.
1 parent 3460cd8 commit 6566bbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
cmake_minimum_required(VERSION 3.7)
22

3-
if(POLICY CMP0063)
4-
cmake_policy(SET CMP0063 NEW)
5-
endif()
63
if(POLICY CMP0092)
74
cmake_policy(SET CMP0092 NEW)
85
endif()

0 commit comments

Comments
 (0)