mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:59:00 +08:00
14 lines
344 B
Diff
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)
|