diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-02 12:49:01 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-05-02 12:49:01 (GMT) |
commit | 2324e7ec5d1c22a94a7c368c182becc451f52c57 (patch) | |
tree | e7e275b58a40de1a383b32ed2d807b009e7df0b9 /Source/CPack/cmCPackSTGZGenerator.cxx | |
parent | 3eea1990f51ef8d8a2c1e006a4f2fe089a64b836 (diff) | |
download | CMake-2324e7ec5d1c22a94a7c368c182becc451f52c57.zip CMake-2324e7ec5d1c22a94a7c368c182becc451f52c57.tar.gz CMake-2324e7ec5d1c22a94a7c368c182becc451f52c57.tar.bz2 |
ENH: Add support for stipping and make more things overwritable
Diffstat (limited to 'Source/CPack/cmCPackSTGZGenerator.cxx')
-rw-r--r-- | Source/CPack/cmCPackSTGZGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cmCPackSTGZGenerator.cxx b/Source/CPack/cmCPackSTGZGenerator.cxx index 944e319..5044d3a 100644 --- a/Source/CPack/cmCPackSTGZGenerator.cxx +++ b/Source/CPack/cmCPackSTGZGenerator.cxx @@ -51,7 +51,7 @@ int cmCPackSTGZGenerator::InitializeInternal() return 0; } this->SetOptionIfNotSet("CPACK_STGZ_HEADER_FILE", inFile.c_str()); - this->SetOption("CPACK_AT_SIGN", "@"); + this->SetOptionIfNotSet("CPACK_AT_SIGN", "@"); return this->Superclass::InitializeInternal(); } |