Compare commits

..

No commits in common. "master" and "v1.1.1" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ set(CPACK_DEBIAN_FILE_NAME DEB-DEFAULT)
if (LINUX)
set(CPACK_GENERATOR "DEB;STGZ;TGZ")
elseif (APPLE)
set(CPACK_GENERATOR "STGZ;TGZ")
set(CPACK_GENERATOR "productbuild")
elseif (MSVC OR MSYS OR MINGW)
set(CPACK_GENERATOR "NSIS;ZIP")
else ()