Merge pull request #152 from sergiud/cmake-project-name

cmake: changed project name from google-glog to glog
This commit is contained in:
Shinichiro Hamaji 2017-07-06 15:00:37 +09:00 committed by GitHub
commit a9b9ee8e8c

View File

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