cmake/Tests/RunCMake/CTest/CMP0145-FindDart-WARN.cmake

8 lines
154 B
CMake
Raw Normal View History

2023-07-02 19:51:09 +02:00
# Do not set CMP0145.
set(_FindDart_testing 1)
include(FindDart)
if(NOT _FindDart_included)
message(FATAL_ERROR "FindDart.cmake not included")
endif()