Skip to content

Commit 6106896

Browse files
committed
CMake: Update minimum supported CUDA to 12.0
1 parent fe71730 commit 6106896

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/../cmake/CheckCompilerFunctionality.cmake)
2222

2323
# Check to see if CUDA is available, and meets the required minimum version for non-lint builds
2424
if(NOT DEFINED MINIMUM_CUDA_VERSION)
25-
set(MINIMUM_CUDA_VERSION 11.0)
25+
set(MINIMUM_CUDA_VERSION 12.0)
2626
endif()
2727
include(CheckLanguage)
2828
check_language(CUDA)

0 commit comments

Comments
 (0)