Skip to content

Commit 760acf3

Browse files
Merge pull request #3921 from Krzmbrzl:patch-1
PiperOrigin-RevId: 461660066 Change-Id: Ie23e046caf24d350c91e4ee3c4baf512780c6984
2 parents bea621c + 2d1cd6e commit 760acf3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ if (POLICY CMP0048)
77
cmake_policy(SET CMP0048 NEW)
88
endif (POLICY CMP0048)
99

10+
if (POLICY CMP0069)
11+
cmake_policy(SET CMP0069 NEW)
12+
endif (POLICY CMP0069)
13+
1014
if (POLICY CMP0077)
1115
cmake_policy(SET CMP0077 NEW)
1216
endif (POLICY CMP0077)

0 commit comments

Comments
 (0)