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
This commit is contained in:
KWSys Upstream
2023-02-28 07:57:36 -05:00
committed by Brad King
parent fa9b4e530f
commit ec3652a0bd

View File

@@ -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.