Merge pull request #152 from sergiud/cmake-project-name
cmake: changed project name from google-glog to glog
This commit is contained in:
commit
a9b9ee8e8c
@ -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