Added component runtime to cpack line
This commit is contained in:
parent
08beead253
commit
f8558a9636
|
@ -454,7 +454,9 @@ set(CPACK_GENERATOR "DRAGNDROP")
|
||||||
include(CPACK)
|
include(CPACK)
|
||||||
|
|
||||||
install( CODE "include(BundleUtilities)
|
install( CODE "include(BundleUtilities)
|
||||||
fixup_bundle( \"${APPS}\" \"\" \"${DIRS}\") ")
|
fixup_bundle( \"${APPS}\" \"\" \"${DIRS}\") "
|
||||||
|
COMPONENT Runtime
|
||||||
|
)
|
||||||
|
|
||||||
else(APPLE)
|
else(APPLE)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue