Skip to content

Commit

Permalink
Fix fixup_bundle call
Browse files Browse the repository at this point in the history
  • Loading branch information
Varg committed Oct 14, 2024
1 parent 87ea799 commit 3ff3cf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,8 @@ endif()

if (APPLE)
set(DEP_DIRS "${CMAKE_INSTALL_PREFIX}/${RLIBDIR}")
install(CODE "include(BundleUtilities) fixup_bundle(\"${CMAKE_INSTALL_PREFIX}/${BUNDLE_NAME}\" \"\" \"${DEP_DIRS}\")")
install(CODE "include(BundleUtilities)
fixup_bundle(\"${CMAKE_INSTALL_PREFIX}/${BUNDLE_NAME}\" \"\" \"${DEP_DIRS}\")")
elseif (UNIX)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/misc/linux/qspgui.desktop" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/applications" COMPONENT Main)
install(FILES "${CMAKE_CURRENT_SOURCE_DIR}/misc/common/icons/qsp.svg" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/icons/hicolor/scalable/apps" COMPONENT Main)
Expand Down

0 comments on commit 3ff3cf3

Please sign in to comment.