CMake/Tests/RunCMake/CTest/CMP0145-Dart-WARN.cmake
Brad King 2e469212c8 Dart,FindDart: Add policy to remove these modules
These modules and the "DART" tool they support have long been replaced
by CTest.
2023-02-28 08:43:45 -05:00

8 lines
150 B
CMake

# Do not set CMP0145.
set(_FindDart_testing 1)
include(Dart)
if(NOT _FindDart_included)
message(FATAL_ERROR "FindDart.cmake not included")
endif()