vcpkg/ports/proj/tools-cmake.patch
Kai Pastor fb3416466f
[proj, proj4] Update to PROJ 9.0.0 & make proj the regular port (#23186)
* Update to PROJ 9.0.0 & make proj the regular port

* Consolidate files in share, move data to subdir

* Update versions

* Update proj to 9.0.0 RC2

* Add license fields

* Update versions

* Update to PROJ 9.0.0 release

* Update versions

* Update versions
2022-03-09 10:33:02 -08:00

16 lines
465 B
Diff

diff --git a/src/apps/CMakeLists.txt b/src/apps/CMakeLists.txt
index 534bc311b..f9fb0f1bb 100644
--- a/src/apps/CMakeLists.txt
+++ b/src/apps/CMakeLists.txt
@@ -83,10 +83,3 @@ if(BUILD_PROJSYNC)
# global configurations for all apps
-if(MSVC OR CMAKE_CONFIGURATION_TYPES)
- if(BIN_TARGETS)
- # Add _d suffix for debug versions of the apps
- set_target_properties(${BIN_TARGETS} PROPERTIES
- DEBUG_POSTFIX ${CMAKE_DEBUG_POSTFIX})
- endif()
-endif()