summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTest/CMP0145-Dart-WARN.cmake
blob: 1398dbe37990f322950ff263201a215fd2e93b75 (plain)
1
2
3
4
5
6
7
# Do not set CMP0145.
set(_FindDart_testing 1)
include(Dart)

if(NOT _FindDart_included)
  message(FATAL_ERROR "FindDart.cmake not included")
endif()