From c981e035857f4005f4c9040eeb5878089244819f Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 6 Aug 2003 15:10:46 -0400 Subject: [PATCH] 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. --- Source/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 80b8e6fb1..b1e2c8df5 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)