diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-03-23 14:42:56 +0100 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-04-16 18:13:12 +0200 |
commit | b10d4d3b8f68a27434d04ac6c595cea0bc1337af (patch) | |
tree | 62aadeee1e11c5c6298c117ddfa4a7a1e5f69f16 /launcher | |
parent | 6ed130fc1610da8d66ed17be9446e8f53bf96db5 (diff) | |
download | PrismLauncher-b10d4d3b8f68a27434d04ac6c595cea0bc1337af.tar.gz PrismLauncher-b10d4d3b8f68a27434d04ac6c595cea0bc1337af.tar.bz2 PrismLauncher-b10d4d3b8f68a27434d04ac6c595cea0bc1337af.zip |
fix: drop BUNDLE_DEST_DIR
Diffstat (limited to 'launcher')
-rw-r--r-- | launcher/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/launcher/CMakeLists.txt b/launcher/CMakeLists.txt index 0ab398e8..6ed86726 100644 --- a/launcher/CMakeLists.txt +++ b/launcher/CMakeLists.txt @@ -991,7 +991,7 @@ if(DEFINED Launcher_APP_BINARY_DEFS) endif() install(TARGETS ${Launcher_Name} - BUNDLE DESTINATION ${BUNDLE_DEST_DIR} COMPONENT Runtime + BUNDLE DESTINATION "." COMPONENT Runtime LIBRARY DESTINATION ${LIBRARY_DEST_DIR} COMPONENT Runtime RUNTIME DESTINATION ${BINARY_DEST_DIR} COMPONENT Runtime ) |