Skip to content

Commit 14aa11d

Browse files
Merge pull request #3724 from jjfvanderpol:main
PiperOrigin-RevId: 426450614 Change-Id: Iccbe56ddd81f4f3935b3d44aa5b835146758ff83
2 parents 25ad42a + 9146150 commit 14aa11d

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 CMP0077)
11+
cmake_policy(SET CMP0077 NEW)
12+
endif (POLICY CMP0077)
13+
1014
project(googletest-distribution)
1115
set(GOOGLETEST_VERSION 1.11.0)
1216

0 commit comments

Comments
 (0)