diff --git a/src/musredit_qt5/mupp/CMakeLists.txt b/src/musredit_qt5/mupp/CMakeLists.txt index 935d019c..4630b907 100644 --- a/src/musredit_qt5/mupp/CMakeLists.txt +++ b/src/musredit_qt5/mupp/CMakeLists.txt @@ -82,7 +82,7 @@ endif (APPLE) #--- install ------------------------------------------------------------------ if (APPLE) - install(TARGETS mupp BUNDLE DESTINATION ${CMAKE_INSTALL_PREFIX}) + install(TARGETS mupp BUNDLE DESTINATION /Applications) else (APPLE) install(TARGETS mupp DESTINATION ${CMAKE_INSTALL_PREFIX}/bin) endif (APPLE)