diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-07-05 14:20:51 +0200 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2021-07-05 12:23:42 +0000 |
| commit | 9a19768a86bbced686b5587349caa63c6b039d49 (patch) | |
| tree | 9f983d79d80f70d3ea28bd77fa1e6343684baf8e /src/bin_projsync.cmake | |
| parent | 1e4b38675b2170ccbfeec5d47cdb91cd2160c54d (diff) | |
| download | PROJ-9a19768a86bbced686b5587349caa63c6b039d49.tar.gz PROJ-9a19768a86bbced686b5587349caa63c6b039d49.zip | |
Merge pull request #2764 from SpaceIm/fix/install-exec-ios
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) |
