Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
refs/heads/main
/
.
/
Tests
/
RunCMake
/
CTest
/
CMP0145-FindDart-OLD.cmake
blob: b9f3c76708e8be56c28d56d248722ac54846431e [
file
] [
edit
]
cmake_policy
(
SET CMP0145 OLD
)
set
(
_FindDart_testing
1
)
include
(
FindDart
)
if
(
NOT
_FindDart_included
)
message
(
FATAL_ERROR
"FindDart.cmake not included"
)
endif
()