diff options
Diffstat (limited to 'gpgpusim_check.cmake')
| -rw-r--r-- | gpgpusim_check.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gpgpusim_check.cmake b/gpgpusim_check.cmake index 486d66d..7adf342 100644 --- a/gpgpusim_check.cmake +++ b/gpgpusim_check.cmake @@ -63,8 +63,8 @@ else() message(CHECK_PASS "${CUDAToolkit_NVCC_EXECUTABLE}") message(CHECK_START "Checking CUDA compiler version") message(CHECK_PASS "${CUDAToolkit_VERSION}") - if((CUDAToolkit_VERSION VERSION_LESS 2.0.3) OR (CUDAToolkit_VERSION VERSION_GREATER 11.10.0)) - message(FATAL_ERROR "GPGPU-Sim ${CMAKE_PROJECT_VERSION} not tested with CUDA version ${CUDAToolkit_VERSION} (please see README)") + if((CUDAToolkit_VERSION VERSION_LESS 2.0.3) OR (CUDAToolkit_VERSION VERSION_GREATER 13.0.0)) + message(WARNING "GPGPU-Sim not tested with CUDA version ${CUDAToolkit_VERSION} (please see README)") endif() endif() @@ -132,4 +132,4 @@ list(POP_BACK CMAKE_MESSAGE_INDENT) message(CHECK_PASS "done") message(STATUS "Be sure to run 'source setup' " "before you run CUDA program with GPGPU-Sim or building with external " - "simulator like SST")
\ No newline at end of file + "simulator like SST") |
