cmake: changed project name from google-glog to glog
This fixes the default install location on Windows. Specifically, find_package works now out-of-the box with the default CMAKE_INSTALL_PREFIX.
This commit is contained in:
parent
b6a5e0524c
commit
f2157a387b
@ -8,7 +8,7 @@ if (POLICY CMP0063)
|
||||
cmake_policy (SET CMP0063 NEW)
|
||||
endif (POLICY CMP0063)
|
||||
|
||||
project (google-glog)
|
||||
project (glog)
|
||||
|
||||
enable_testing ()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user