cmake: changed project name from google-glog to glog
authorSergiu Deitsch <sergiu.deitsch@th-nuernberg.de>
Tue, 10 Jan 2017 10:15:18 +0000 (11:15 +0100)
committerSergiu Deitsch <sergiu.deitsch@th-nuernberg.de>
Tue, 10 Jan 2017 10:15:18 +0000 (11:15 +0100)
This fixes the default install location on Windows. Specifically,
find_package works now out-of-the box with the default
CMAKE_INSTALL_PREFIX.

CMakeLists.txt

index 7ede6e7..7811ae0 100644 (file)
@@ -8,7 +8,7 @@ if (POLICY CMP0063)
   cmake_policy (SET CMP0063 NEW)
 endif (POLICY CMP0063)
 
-project (google-glog)
+project (glog)
 
 enable_testing ()