mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
2e469212c8
These modules and the "DART" tool they support have long been replaced by CTest.
8 lines
162 B
CMake
8 lines
162 B
CMake
cmake_policy(SET CMP0145 OLD)
|
|
set(_FindDart_testing 1)
|
|
include(FindDart)
|
|
|
|
if(NOT _FindDart_included)
|
|
message(FATAL_ERROR "FindDart.cmake not included")
|
|
endif()
|