From decb1ac05fa550a8fc7378b59e6c83c4eed9720a Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Tue, 5 Oct 2004 16:16:31 -0400 Subject: [PATCH] ERR: Too much commits --- Source/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 0040cf60c..fef89de31 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -127,9 +127,6 @@ ENDIF (UNIX) TARGET_LINK_LIBRARIES(cmake CMakeLib) TARGET_LINK_LIBRARIES(DumpDocumentation CMakeLib) -ADD_EXECUTABLE(coverage coverage.cxx) -TARGET_LINK_LIBRARIES(coverage CMakeLib) - IF(CMAKE_BUILD_WITH_CURL) # Don't even look for this as we don't use that part of curl # and linking in the the library can cause problems.