mirror of
https://github.com/google/googletest.git
synced 2025-04-08 06:43:10 +00:00
Merge pull request #3921 from Krzmbrzl:patch-1
PiperOrigin-RevId: 461660066 Change-Id: Ie23e046caf24d350c91e4ee3c4baf512780c6984
This commit is contained in:
commit
760acf30e3
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ if (POLICY CMP0048)
|
|||
cmake_policy(SET CMP0048 NEW)
|
||||
endif (POLICY CMP0048)
|
||||
|
||||
if (POLICY CMP0069)
|
||||
cmake_policy(SET CMP0069 NEW)
|
||||
endif (POLICY CMP0069)
|
||||
|
||||
if (POLICY CMP0077)
|
||||
cmake_policy(SET CMP0077 NEW)
|
||||
endif (POLICY CMP0077)
|
||||
|
|
Loading…
Add table
Reference in a new issue