Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
485256f2d06f2e9bd31300a7f2013b607b322c21
/
.
/
Tests
/
RunCMake
/
include
/
CMP0146-WARN.cmake
blob: bce1ae851467e97a2e324cc740fc961ffc9c4920 [
file
] [
log
] [
blame
]
# Do not set CMP0146.
set
(
_FindCUDA_testing
1
)
include
(
FindCUDA
)
if
(
NOT
_FindCUDA_included
)
message
(
FATAL_ERROR
"FindCUDA.cmake not included"
)
endif
()