diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-14 15:28:40 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-14 15:28:40 (GMT) |
commit | 3bce601c41b8487a18417e32b75c0e22f0750bbc (patch) | |
tree | 8dc47a279806741f6fa4ab14a702614e364c4684 /Modules/CPack.cmake | |
parent | 2d29e48726235b71db6e38481dd537fb9eb75876 (diff) | |
download | CMake-3bce601c41b8487a18417e32b75c0e22f0750bbc.zip CMake-3bce601c41b8487a18417e32b75c0e22f0750bbc.tar.gz CMake-3bce601c41b8487a18417e32b75c0e22f0750bbc.tar.bz2 |
ENH: Improved support for icons, random directories, etc...
Diffstat (limited to 'Modules/CPack.cmake')
-rw-r--r-- | Modules/CPack.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/CPack.cmake b/Modules/CPack.cmake index 819f0c1..a320ce7 100644 --- a/Modules/CPack.cmake +++ b/Modules/CPack.cmake @@ -44,7 +44,6 @@ IF(NOT CPACK_GENERATOR) ENDIF(NOT CPACK_GENERATOR) # Set some other variables -SET(CPACK_SOURCE_DIR "${CMAKE_SOURCE_DIR}") SET(CPACK_BINARY_DIR "${CMAKE_BINARY_DIR}") # Hack for Visual Studio support |