Skip to content
Snippets Groups Projects
Commit 5c2a81f5 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CPack: remove STGZ

STGZ seems to be no longer supported by CMake.
We don't know what it is and why it was there in a first place.

This resolves http://apps.jcns.fz-juelich.de/redmine/issues/2216.
parent cf8e58d8
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