CMake Error at Cmake_Modules/FindCuda.cmake:91 (INCLUDE):
include could not find load file:
/home/tester/source/CMake/cuda/CudaDependency.cmake
Call Stack (most recent call first):
UserCMakeLists.txt:13 (INCLUDE)
CMakeLists.txt:5 (INCLUDE)
CMake Error at Cmake_Modules/FindCuda.cmake:129 (MESSAGE):
Specify CUDA_INSTALL_PREFIX
Call Stack (most recent call first):
UserCMakeLists.txt:13 (INCLUDE)
CMakeLists.txt:5 (INCLUDE)
CMake Warning (dev) at CMakeLists.txt:5 (INCLUDE):
Policy CMP0011 is not set: Included scripts do automatic cmake_policy PUSH
and POP. Run "cmake --help-policy CMP0011" for policy details. Use the
cmake_policy command to set the policy and suppress this warning.
The included script
/home/tester/source/UserCMakeLists.txt
affects policy settings. CMake is implying the NO_POLICY_SCOPE option for
compatibility, so the effects are applied to the including context.
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
|