diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-05 21:55:45 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-05 21:55:45 (GMT) |
commit | 743cec67d57dedf21b6e6a68a636258bb4886eec (patch) | |
tree | 53c8895f94a1bd364b0a1e62cf7f2af282c94733 /Source/CMakeLists.txt | |
parent | 62decc533b03966c7584fae9b53f4e888bb711bf (diff) | |
download | CMake-743cec67d57dedf21b6e6a68a636258bb4886eec.zip CMake-743cec67d57dedf21b6e6a68a636258bb4886eec.tar.gz CMake-743cec67d57dedf21b6e6a68a636258bb4886eec.tar.bz2 |
ENH: change name
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index c67fe3e..074f7e2 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -308,7 +308,7 @@ TARGET_LINK_LIBRARIES(CTestLib CMakeLib ${CMAKE_CURL_LIBRARIES} ${CMAKE_XMLRPC_L # SET(CPACK_SRCS CPack/cmCPackGeneratorFactory.cxx - CPack/cmCPackGenericGenerator.cxx + CPack/cmCPackGenerator.cxx CPack/cmCPackLog.cxx CPack/cmCPackNSISGenerator.cxx CPack/cmCPackSTGZGenerator.cxx |