diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-05 21:33:19 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-05 21:33:19 (GMT) |
commit | 62decc533b03966c7584fae9b53f4e888bb711bf (patch) | |
tree | 343a25e182fa39c47a4f84acf07d826c6504f85e /Source/CMakeLists.txt | |
parent | a65193857293f065139bc991488d0cef9a199c16 (diff) | |
download | CMake-62decc533b03966c7584fae9b53f4e888bb711bf.zip CMake-62decc533b03966c7584fae9b53f4e888bb711bf.tar.gz CMake-62decc533b03966c7584fae9b53f4e888bb711bf.tar.bz2 |
ENH: change name of class
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 56487cf..c67fe3e 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -307,7 +307,7 @@ TARGET_LINK_LIBRARIES(CTestLib CMakeLib ${CMAKE_CURL_LIBRARIES} ${CMAKE_XMLRPC_L # Sources for CPack # SET(CPACK_SRCS - CPack/cmCPackGenerators.cxx + CPack/cmCPackGeneratorFactory.cxx CPack/cmCPackGenericGenerator.cxx CPack/cmCPackLog.cxx CPack/cmCPackNSISGenerator.cxx |