We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b3ac3 commit 3335d56Copy full SHA for 3335d56
gpgpusim_check.cmake
@@ -64,7 +64,7 @@ else()
64
message(CHECK_START "Checking CUDA compiler version")
65
message(CHECK_PASS "${CUDAToolkit_VERSION}")
66
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)")
+ message(WARNING "GPGPU-Sim not tested with CUDA version ${CUDAToolkit_VERSION} (please see README)")
68
endif()
69
70
0 commit comments