Skip to content

Commit 5fca0ed

Browse files
committed
Move away from deprecated PackageManager to the productbuild generator.
1 parent 455bf13 commit 5fca0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeInstallation.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ENDIF()
104104

105105
IF(APPLE)
106106
SET(CPACK_SOURCE_GENERATOR "TGZ")
107-
SET(CPACK_GENERATOR "PackageMaker" "STGZ" "TBZ2" "TGZ" "ZIP")
107+
SET(CPACK_GENERATOR "productbuild" "STGZ" "TBZ2" "TGZ" "ZIP")
108108
ENDIF()
109109

110110
##

0 commit comments

Comments
 (0)