mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:28:59 +08:00
12 lines
393 B
Diff
12 lines
393 B
Diff
|
--- CMakeLists.txt Mon Feb 22 22:18:25 2016
|
||
|
+++ CMakeLists.txt Wed Jul 05 14:14:21 2017
|
||
|
@@ -35,7 +35,7 @@
|
||
|
|
||
|
# We want libraries to be named "libXXX" and "libXXXd" in all compilers:
|
||
|
# ------------------------------------------------------------------------
|
||
|
-set(CMAKE_DEBUG_POSTFIX "d")
|
||
|
+#set(CMAKE_DEBUG_POSTFIX "d")
|
||
|
IF(MSVC)
|
||
|
set(SP_LIB_PREFIX "lib") # Libs are: "libXXX"
|
||
|
ENDIF(MSVC)
|