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