Commit ed6dba0b authored by Sergiu Dotenco's avatar Sergiu Dotenco

cmake: fixed warning caused by policy CMP0063

parent f7691955
......@@ -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 ()
......
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