Skip to content
Snippets Groups Projects
Unverified Commit 3b318988 authored by Wuttke, Joachim's avatar Wuttke, Joachim Committed by GitHub
Browse files

Merge pull request #1049 from jwuttke/stgz

CPack: remove STGZ
parents cf8e58d8 5c2a81f5
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ elseif(APPLE)
elseif(UNIX AND BUILD_DEBIAN) # one can build debian package only on UNIX system
include(CPackDebian)
else()
set(CPACK_GENERATOR "STGZ;TGZ")
set(CPACK_GENERATOR "TGZ")
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment