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:
Sergiu Deitsch 2017-01-10 11:15:18 +01:00
parent b6a5e0524c
commit f2157a387b

View File

@ -8,7 +8,7 @@ if (POLICY CMP0063)
cmake_policy (SET CMP0063 NEW)
endif (POLICY CMP0063)
project (google-glog)
project (glog)
enable_testing ()