summaryrefslogtreecommitdiff
path: root/Tests/Testing
diff options
context:
space:
mode:
authorSebastien Barre <sebastien.barre@kitware.com>2002-03-27 10:54:25 -0500
committerSebastien Barre <sebastien.barre@kitware.com>2002-03-27 10:54:25 -0500
commit07578f938de02f910feb19987107517a897dadb8 (patch)
tree5cdd369603542fd7d3954d341f571ed9474cfc5d /Tests/Testing
parent0fd3ae7ba5e18cbbea5d29017d58e2b46ec7226b (diff)
downloadcmake-07578f938de02f910feb19987107517a897dadb8.tar.gz
FIX: do not need CMakeLib
Diffstat (limited to 'Tests/Testing')
-rw-r--r--Tests/Testing/CMakeLists.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/Testing/CMakeLists.txt b/Tests/Testing/CMakeLists.txt
index dac24e1ba3..ab755ace5e 100644
--- a/Tests/Testing/CMakeLists.txt
+++ b/Tests/Testing/CMakeLists.txt
@@ -24,18 +24,6 @@ ELSE (EXECUTABLE_OUTPUT_PATH)
ENDIF (EXECUTABLE_OUTPUT_PATH)
#
-# Link to CMake lib
-#
-FIND_LIBRARY(CMAKE_LIB
- CMakeLib
- ${Wrapping_BINARY_DIR}/../../Source/${CMAKE_CFG_INTDIR})
-
-# Specify the same one for debug/optimized to increase coverage
-LINK_LIBRARIES(${CMAKE_LIB}
- debug ${CMAKE_LIB}
- optimized ${CMAKE_LIB})
-
-#
# Include Dart
# (will also set NSLOOKUP, HOSTNAME, etc.)
#