summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-08-06 19:10:46 (GMT)
committerBrad King <brad.king@kitware.com>2003-08-06 19:10:46 (GMT)
commitc981e035857f4005f4c9040eeb5878089244819f (patch)
tree39ebebabf7879acc7b4c36d0bcce367eb91da926 /Source
parent1471a1a6f1d0386ac5997792b8795396a7ad8720 (diff)
downloadCMake-c981e035857f4005f4c9040eeb5878089244819f.zip
CMake-c981e035857f4005f4c9040eeb5878089244819f.tar.gz
CMake-c981e035857f4005f4c9040eeb5878089244819f.tar.bz2
BUG: We don't want to install cmaketest on UNIX or windows. It is for internal CMake testing only. We should probably fold its functionality into ctest anyway.
Diffstat (limited to 'Source')
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 80b8e6f..b1e2c8d 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -378,5 +378,4 @@ INCLUDE (${CMAKE_SOURCE_DIR}/Source/LocalUserOptions.cmake OPTIONAL)
INSTALL_TARGETS(/bin cmake)
INSTALL_TARGETS(/bin ctest)
-INSTALL_TARGETS(/bin cmaketest)
INSTALL_FILES(${CMAKE_DATA_DIR}/include cmCPluginAPI.h)