Move away from deprecated PackageManager to the productbuild generator.

This commit is contained in:
Ward Fisher 2019-02-05 13:08:30 -07:00
parent 455bf13529
commit 5fca0edf73

View File

@ -104,7 +104,7 @@ ENDIF()
IF(APPLE)
SET(CPACK_SOURCE_GENERATOR "TGZ")
SET(CPACK_GENERATOR "PackageMaker" "STGZ" "TBZ2" "TGZ" "ZIP")
SET(CPACK_GENERATOR "productbuild" "STGZ" "TBZ2" "TGZ" "ZIP")
ENDIF()
##