aboutsummaryrefslogtreecommitdiff
path: root/ports/proj4/tools-cmake.patch
blob: 4e487e6f11ef1380c55bb8019ef80533adebede0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 48c785a..e2b5485 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -69,11 +69,3 @@ if(BUILD_GIE)
   include(bin_gie.cmake)
   set(BIN_TARGETS ${BIN_TARGETS} gie)
 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()