Set CMake Policy CMP0077 to NEW

This commit is contained in:
Joris van der Pol 2022-01-05 11:07:50 +01:00 committed by GitHub
parent 6b74da4757
commit 91461509de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)