summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorCopybara-Service <copybara-worker@google.com>2022-07-18 17:48:58 (GMT)
committerCopybara-Service <copybara-worker@google.com>2022-07-18 17:48:58 (GMT)
commit760acf30e3b535468f74f4fabd94e2bcca0e17fe (patch)
tree4b8e4c62b5d83bd37fb27b768e9fae54e0cac60a /CMakeLists.txt
parentbea621c3c39d8a7f71f07bd543c3a58bfa684f92 (diff)
parent2d1cd6ee277ea3de5803115568341da48e90676a (diff)
downloadgoogletest-760acf30e3b535468f74f4fabd94e2bcca0e17fe.zip
googletest-760acf30e3b535468f74f4fabd94e2bcca0e17fe.tar.gz
googletest-760acf30e3b535468f74f4fabd94e2bcca0e17fe.tar.bz2
Merge pull request #3921 from Krzmbrzl:patch-1
PiperOrigin-RevId: 461660066 Change-Id: Ie23e046caf24d350c91e4ee3c4baf512780c6984
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 102e28c..725d670 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)