mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
2e469212c8
These modules and the "DART" tool they support have long been replaced by CTest.
7 lines
143 B
CMake
7 lines
143 B
CMake
set(_FindDart_testing TRUE)
|
|
find_package(Dart MODULE)
|
|
|
|
if(NOT _FindDart_included)
|
|
message(FATAL_ERROR "FindDart.cmake not included")
|
|
endif()
|