diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2022-08-02 15:05:52 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2022-08-02 15:05:52 (GMT) |
commit | bf7e3124cbed46fe4e34b90684697983963946ce (patch) | |
tree | 9c361636025ca9cbfb3bfe7366a50c72ac00ee8c /CMakeLists.txt | |
parent | ad20e7b2ae6e698b6778f0572f1a03fdf1fcacda (diff) | |
download | CMake-bf7e3124cbed46fe4e34b90684697983963946ce.zip CMake-bf7e3124cbed46fe4e34b90684697983963946ce.tar.gz CMake-bf7e3124cbed46fe4e34b90684697983963946ce.tar.bz2 |
Remove stale references to CMakeServerLib
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d9d3ca..267518b 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") |