diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-07-06 08:34:24 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-06 08:34:24 +0200 |
| commit | 345900742cdfc30753b260fad8a240420c217491 (patch) | |
| tree | 9f983d79d80f70d3ea28bd77fa1e6343684baf8e /src/bin_projsync.cmake | |
| parent | 1e4b38675b2170ccbfeec5d47cdb91cd2160c54d (diff) | |
| parent | 9a19768a86bbced686b5587349caa63c6b039d49 (diff) | |
| download | PROJ-345900742cdfc30753b260fad8a240420c217491.tar.gz PROJ-345900742cdfc30753b260fad8a240420c217491.zip | |
Merge pull request #2766 from OSGeo/backport-2764-to-8.1
[Backport 8.1] CMake: fix installation of executables on iOS
Diffstat (limited to 'src/bin_projsync.cmake')
| -rw-r--r-- | src/bin_projsync.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin_projsync.cmake b/src/bin_projsync.cmake index ea6bb09c..c184a422 100644 --- a/src/bin_projsync.cmake +++ b/src/bin_projsync.cmake @@ -14,7 +14,7 @@ if(NLOHMANN_JSON STREQUAL "external") endif() install(TARGETS bin_projsync - RUNTIME DESTINATION ${BINDIR}) + DESTINATION ${BINDIR}) if(MSVC AND BUILD_SHARED_LIBS) target_compile_definitions(bin_projsync PRIVATE PROJ_MSVC_DLL_IMPORT=1) |
