We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe71730 commit 6106896Copy full SHA for 6106896
src/CMakeLists.txt
@@ -22,7 +22,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/../cmake/CheckCompilerFunctionality.cmake)
22
23
# Check to see if CUDA is available, and meets the required minimum version for non-lint builds
24
if(NOT DEFINED MINIMUM_CUDA_VERSION)
25
- set(MINIMUM_CUDA_VERSION 11.0)
+ set(MINIMUM_CUDA_VERSION 12.0)
26
endif()
27
include(CheckLanguage)
28
check_language(CUDA)
0 commit comments