diff options
author | Brad King <brad.king@kitware.com> | 2003-08-06 19:10:46 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-08-06 19:10:46 (GMT) |
commit | c981e035857f4005f4c9040eeb5878089244819f (patch) | |
tree | 39ebebabf7879acc7b4c36d0bcce367eb91da926 /Source | |
parent | 1471a1a6f1d0386ac5997792b8795396a7ad8720 (diff) | |
download | CMake-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.txt | 1 |
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) |