Skip to content

Commit

Permalink
Update packing options
Browse files Browse the repository at this point in the history
  • Loading branch information
dr8co committed Apr 26, 2024
1 parent 5a879b5 commit db729ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Packing.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ set(CPACK_RPM_FILE_NAME RPM-DEFAULT)
if (WIN32)
set(CPACK_GENERATOR "ZIP;INNOSETUP")
elseif (APPLE)
set(CPACK_GENERATOR "DragNDrop")
set(CPACK_GENERATOR "TGZ;DragNDrop")
elseif (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(CPACK_GENERATOR "TGZ;DEB;RPM")
else ()
Expand Down

0 comments on commit db729ff

Please sign in to comment.