fix: drop BUNDLE_DEST_DIR

This commit is contained in:
Sefa Eyeoglu
2022-03-23 14:42:56 +01:00
parent 6ed130fc16
commit b10d4d3b8f
2 changed files with 3 additions and 7 deletions

View File

@ -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
)