Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
PCK archive support is disabled by default now.
  • Loading branch information
kratz00 committed Mar 22, 2010
1 parent 5b917f9 commit ab55c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -515,7 +515,7 @@ IF(MOJOSETUP_ARCHIVE_UZ2)
SET(MOJOSETUP_NEED_ZLIB TRUE)
ENDIF(MOJOSETUP_ARCHIVE_UZ2)

OPTION(MOJOSETUP_ARCHIVE_PCK "Enable PCK support" TRUE)
OPTION(MOJOSETUP_ARCHIVE_PCK "Enable PCK support" FALSE)
IF(MOJOSETUP_ARCHIVE_PCK)
ADD_DEFINITIONS(-DSUPPORT_PCK=1)
SET(MOJOSETUP_INPUT_GZIP TRUE)
Expand Down

0 comments on commit ab55c1e

Please sign in to comment.