vcpkg/ports/glog/glog_disable_debug_postfix.patch
2019-04-12 03:57:07 -07:00

14 lines
344 B
Diff

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 808330e..de0e477 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -44,7 +44,7 @@ include (CTest)
include (DetermineGflagsNamespace)
include (GNUInstallDirs)
-set (CMAKE_DEBUG_POSTFIX d)
+#set (CMAKE_DEBUG_POSTFIX d)
set (CMAKE_THREAD_PREFER_PTHREAD 1)
if (WITH_GFLAGS)