mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 23:29:00 +08:00
fb3416466f
* 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
16 lines
465 B
Diff
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()
|