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 754021c commit 25200afCopy full SHA for 25200af
CMakeLists.txt
@@ -121,6 +121,10 @@ message(STATUS "Build pdlp with GPU: ${CUPDLP_GPU}")
121
option(CUPDLP_FIND_CUDA "Build pdlp with GPU" OFF)
122
message(STATUS "Use FindCUDAConf: ${CUPDLP_FIND_CUDA}")
123
124
+if(CUPDLP_GPU CMAKE_VERSION VERSION_LESS "3.25.0")
125
+ message("CUPDLP FindCUDAConf requires CMake version minumum 3.24. Please use a higher version of CMake.")
126
+endif()
127
+
128
# if (NOT LINUX)
129
# set (CUPDLP_GPU OFF)
130
# message(STATUS "CUPLDP with Nvidia is only supported on Linux at the moment. Using CPU version.")
0 commit comments