diff --git a/CMakeLists.txt b/CMakeLists.txt index a1978c4..b2fa9e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,10 @@ if (POLICY CMP0042) cmake_policy (SET CMP0042 NEW) endif (POLICY CMP0042) +if (POLICY CMP0063) + cmake_policy (SET CMP0063 NEW) +endif (POLICY CMP0063) + project (google-glog) enable_testing ()