Skip to content

Commit 3335d56

Browse files
authored
Update gpgpusim_check.cmake
Update to make the CUDA version print a warning, not an error and updating the print to be more reflective of what the actual problem is.
1 parent 59b3ac3 commit 3335d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpgpusim_check.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ else()
6464
message(CHECK_START "Checking CUDA compiler version")
6565
message(CHECK_PASS "${CUDAToolkit_VERSION}")
6666
if((CUDAToolkit_VERSION VERSION_LESS 2.0.3) OR (CUDAToolkit_VERSION VERSION_GREATER 13.0.0))
67-
message(FATAL_ERROR "CMake ${CMAKE_PROJECT_VERSION} not tested with CUDA version ${CUDAToolkit_VERSION} (please see README)")
67+
message(WARNING "GPGPU-Sim not tested with CUDA version ${CUDAToolkit_VERSION} (please see README)")
6868
endif()
6969
endif()
7070

0 commit comments

Comments
 (0)