summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CTest/CMP0145-Dart-OLD.cmake
blob: 2f66c3f3147b036c8b82893ddac28bd0e0af92f7 (plain)
1
2
3
4
5
6
7
cmake_policy(SET CMP0145 OLD)
set(_FindDart_testing 1)
include(Dart)

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