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

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