summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2022-08-02 11:05:52 -0400
committerKyle Edwards <kyle.edwards@kitware.com>2022-08-02 11:05:52 -0400
commitbf7e3124cbed46fe4e34b90684697983963946ce (patch)
tree9c361636025ca9cbfb3bfe7366a50c72ac00ee8c /CMakeLists.txt
parentad20e7b2ae6e698b6778f0572f1a03fdf1fcacda (diff)
downloadcmake-bf7e3124cbed46fe4e34b90684697983963946ce.tar.gz
Remove stale references to CMakeServerLib
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4d9d3ca15f..267518b2fb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -883,9 +883,6 @@ add_subdirectory(Tests)
if(NOT CMake_TEST_EXTERNAL_CMAKE)
if(BUILD_TESTING)
CMAKE_SET_TARGET_FOLDER(CMakeLibTests "Tests")
- IF(TARGET CMakeServerLibTests)
- CMAKE_SET_TARGET_FOLDER(CMakeServerLibTests "Tests")
- ENDIF()
endif()
if(TARGET documentation)
CMAKE_SET_TARGET_FOLDER(documentation "Documentation")