From: Sergiu Deitsch Date: Tue, 10 Jan 2017 10:15:18 +0000 (+0100) Subject: cmake: changed project name from google-glog to glog X-Git-Tag: submit/tizen/20180313.064233~35^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f2157a387b6036cd05153339f315883c50053c69;p=platform%2Fupstream%2Fglog.git 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. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ede6e7..7811ae0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ if (POLICY CMP0063) cmake_policy (SET CMP0063 NEW) endif (POLICY CMP0063) -project (google-glog) +project (glog) enable_testing ()