From f2157a387b6036cd05153339f315883c50053c69 Mon Sep 17 00:00:00 2001 From: Sergiu Deitsch Date: Tue, 10 Jan 2017 11:15:18 +0100 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.34.1