diff options
author | Brad King <brad.king@kitware.com> | 2023-02-28 13:34:36 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-02-28 13:35:02 (GMT) |
commit | 1f5ff4d13145753685e60a9bba096a056379a1b8 (patch) | |
tree | ddc9205bf406092fdd540e19477c83c330650b9c | |
parent | 12d041b8f7718d9ec48fd3621ddc866a1d3c77cf (diff) | |
parent | ec3652a0bd8b00c6eae459c65cd0573ca05679b9 (diff) | |
download | CMake-1f5ff4d13145753685e60a9bba096a056379a1b8.zip CMake-1f5ff4d13145753685e60a9bba096a056379a1b8.tar.gz CMake-1f5ff4d13145753685e60a9bba096a056379a1b8.tar.bz2 |
Merge branch 'upstream-KWSys' into remove-dart-modules
* upstream-KWSys:
KWSys 2023-02-28 (68534a6a)
-rw-r--r-- | Source/kwsys/CMakeLists.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/kwsys/CMakeLists.txt b/Source/kwsys/CMakeLists.txt index 2defc6c..2b8eedd 100644 --- a/Source/kwsys/CMakeLists.txt +++ b/Source/kwsys/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. |