cmake: fixed warning caused by policy CMP0063
authorSergiu Dotenco <sergiu.dotenco@th-nuernberg.de>
Tue, 11 Aug 2015 16:56:28 +0000 (18:56 +0200)
committerSergiu Dotenco <sergiu.dotenco@th-nuernberg.de>
Tue, 11 Aug 2015 17:00:14 +0000 (19:00 +0200)
CMakeLists.txt

index a1978c417bbcb03ff6613e4c499590279fb6eddf..b2fa9e436ff79bc12d875ca365a2c62d4307dc11 100644 (file)
@@ -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 ()