cmake/Tests/RunCMake/find_package/CMP0145-OLD.cmake
2023-07-02 19:51:09 +02:00

8 lines
173 B
CMake

cmake_policy(SET CMP0145 OLD)
set(_FindDart_testing TRUE)
find_package(Dart MODULE)
if(NOT _FindDart_included)
message(FATAL_ERROR "FindDart.cmake not included")
endif()