aboutsummaryrefslogtreecommitdiff
path: root/ports/proj4/tools-cmake.patch
blob: 514a15ad193805a725f7800826e9584b0e10d430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 534bc311b..f9fb0f1bb 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -83,10 +83,3 @@ if(BUILD_PROJSYNC)
 endif()
 
 
-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()