summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKWSys Upstream <kwrobot@kitware.com>2023-02-28 12:57:36 (GMT)
committerBrad King <brad.king@kitware.com>2023-02-28 13:34:36 (GMT)
commitec3652a0bd8b00c6eae459c65cd0573ca05679b9 (patch)
treecf4635eb10b8466fd7f566063cc0cc911efe072c
parentfa9b4e530fc69add052d32fb697e55e5b7c5f920 (diff)
downloadCMake-ec3652a0bd8b00c6eae459c65cd0573ca05679b9.zip
CMake-ec3652a0bd8b00c6eae459c65cd0573ca05679b9.tar.gz
CMake-ec3652a0bd8b00c6eae459c65cd0573ca05679b9.tar.bz2
KWSys 2023-02-28 (68534a6a)
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit 68534a6ae5bc4a8325334d693d3a6a9fda942a87 (master). Upstream Shortlog ----------------- Brad King (1): b4492d09 cmake: Drop use of legacy "Dart" module
-rw-r--r--CMakeLists.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2defc6c..2b8eedd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -201,11 +201,7 @@ endif()
# Enable testing if building standalone.
if(KWSYS_STANDALONE)
- include(Dart)
- mark_as_advanced(BUILD_TESTING DART_ROOT TCL_TCLSH)
- if(BUILD_TESTING)
- enable_testing()
- endif()
+ include(CTest)
endif()
# Choose default shared/static build if not specified.