Unverified Commit 91461509 authored by Joris van der Pol's avatar Joris van der Pol Committed by GitHub
Browse files

Set CMake Policy CMP0077 to NEW

parent 6b74da47
...@@ -7,6 +7,10 @@ if (POLICY CMP0048) ...@@ -7,6 +7,10 @@ if (POLICY CMP0048)
cmake_policy(SET CMP0048 NEW) cmake_policy(SET CMP0048 NEW)
endif (POLICY CMP0048) endif (POLICY CMP0048)
if (POLICY CMP0077)
cmake_policy(SET CMP0077 NEW)
endif (POLICY CMP0077)
project(googletest-distribution) project(googletest-distribution)
set(GOOGLETEST_VERSION 1.11.0) set(GOOGLETEST_VERSION 1.11.0)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment