diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-06-22 15:31:35 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-06-22 15:31:35 (GMT) |
commit | 2acd7c07ba9bf2c3ed6e31fe113bda04332cef6a (patch) | |
tree | 0a07edf5bcba84fff6278e0a7cdf4ebb9cfcf4aa /CMakeLists.txt | |
parent | 10e3efa6b5f9c681a3c8ce402057e4cf9937e0e9 (diff) | |
download | CMake-2acd7c07ba9bf2c3ed6e31fe113bda04332cef6a.zip CMake-2acd7c07ba9bf2c3ed6e31fe113bda04332cef6a.tar.gz CMake-2acd7c07ba9bf2c3ed6e31fe113bda04332cef6a.tar.bz2 |
ENH: remove old style release stuff
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 31cb00c..d029911 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -391,8 +391,6 @@ CONFIGURE_FILE( ADD_CUSTOM_TARGET(uninstall "${CMAKE_COMMAND}" -P "${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake") -# include support for making the release -INCLUDE (${CMake_SOURCE_DIR}/Utilities/Release/Release.cmake) INCLUDE (CMakeCPack.cmake) # setup some Testing support (a macro defined in this file) |