1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-16 03:44:56 +02:00

CMakeModules/cpack_custom.cmake: typo fix.

This commit is contained in:
Henrik Hautakoski 2020-03-25 17:03:41 +01:00
parent 47767e3443
commit ba95dbbf93

View file

@ -104,7 +104,7 @@ set( CPACK_DEBIAN_FILE_NAME
# --------------------------------
# Defult to gzip tar on unix. zip otherwise.
# Default to gzip tar on unix. zip otherwise.
if (NOT CPACK_GENERATOR)
if (UNIX)
set( CPACK_GENERATOR "TGZ" )