Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
RunCMake
/
include
/
CMP0146-OLD.cmake
blob: 654cdf7b67463dd455daa2a5d73fe1171e45c096 [
file
]
cmake_policy
(
SET CMP0146 OLD
)
set
(
_FindCUDA_testing
1
)
include
(
FindCUDA
)
if
(
NOT
_FindCUDA_included
)
message
(
FATAL_ERROR
"FindCUDA.cmake not included"
)
endif
()