projects
/
platform
/
upstream
/
glog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f769195
)
cmake: fixed warning caused by policy CMP0063
author
Sergiu Dotenco
<sergiu.dotenco@th-nuernberg.de>
Tue, 11 Aug 2015 16:56:28 +0000
(18:56 +0200)
committer
Sergiu Dotenco
<sergiu.dotenco@th-nuernberg.de>
Tue, 11 Aug 2015 17:00:14 +0000
(19:00 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index a1978c417bbcb03ff6613e4c499590279fb6eddf..b2fa9e436ff79bc12d875ca365a2c62d4307dc11 100644
(file)
--- 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 ()