Skip to content

Commit

Permalink
Merge pull request #3724 from jjfvanderpol:main
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 426450614
Change-Id: Iccbe56ddd81f4f3935b3d44aa5b835146758ff83
  • Loading branch information
copybara-github committed Feb 4, 2022
2 parents 25ad42a + 9146150 commit 14aa11d
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 @@ -7,6 +7,10 @@ if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW)
endif (POLICY CMP0048)

if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif (POLICY CMP0077)

project(googletest-distribution)
set(GOOGLETEST_VERSION 1.11.0)

Expand Down

0 comments on commit 14aa11d

Please sign in to comment.