2020-11-26 03:26:09 +08:00
|
|
|
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
2020-12-02 05:59:39 +08:00
|
|
|
index 534bc311b..f9fb0f1bb 100644
|
2020-11-26 03:26:09 +08:00
|
|
|
--- a/src/CMakeLists.txt
|
|
|
|
+++ b/src/CMakeLists.txt
|
2020-12-02 05:59:39 +08:00
|
|
|
@@ -83,10 +83,3 @@ if(BUILD_PROJSYNC)
|
2020-11-26 03:26:09 +08:00
|
|
|
endif()
|
2020-12-02 05:59:39 +08:00
|
|
|
|
|
|
|
|
2020-11-26 03:26:09 +08:00
|
|
|
-if(MSVC OR CMAKE_CONFIGURATION_TYPES)
|
|
|
|
- if(BIN_TARGETS)
|
|
|
|
- # Add _d suffix for your debug versions of the tools
|
|
|
|
- set_target_properties(${BIN_TARGETS} PROPERTIES
|
|
|
|
- DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX})
|
|
|
|
- endif()
|
|
|
|
-endif()
|