
When we know that the cupti library exists explicitly request the CUDA Toolkit test to verify the existence
5 lines
162 B
CMake
5 lines
162 B
CMake
set(CMake_TEST_CUDA "NVIDIA" CACHE STRING "")
|
|
set(CMake_TEST_CUDA_CUPTI "ON" CACHE STRING "")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")
|