Added component runtime to cpack line

This commit is contained in:
mjbudd77 2020-07-12 15:43:48 -04:00
parent 08beead253
commit f8558a9636
1 changed files with 3 additions and 1 deletions

View File

@ -454,7 +454,9 @@ set(CPACK_GENERATOR "DRAGNDROP")
include(CPACK)
install( CODE "include(BundleUtilities)
fixup_bundle( \"${APPS}\" \"\" \"${DIRS}\") ")
fixup_bundle( \"${APPS}\" \"\" \"${DIRS}\") "
COMPONENT Runtime
)
else(APPLE)