Files
CMake/Tests/RunCMake/find_package/CMP0145-WARN.cmake
T
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

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()