
Some package managers provide a minimal set of static libraries, which historically has caused problems for FindCUDAToolkit. Resolve this issue by creating a CUDA image with only the minimal set of static libraries.
4 lines
114 B
CMake
4 lines
114 B
CMake
set(CMake_TEST_CUDA "NVIDIA" CACHE STRING "")
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/configure_external_test.cmake")
|