We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3075bd commit 22add51Copy full SHA for 22add51
CMakeLists.txt
@@ -213,7 +213,7 @@ endif ()
213
########################################################################################################################
214
# check for OpenMP (not for the backend!) #
215
216
-find_package(OpenMP 4.0 QUIET)
+find_package(OpenMP QUIET)
217
if (OpenMP_FOUND)
218
message(STATUS "Found OpenMP ${OpenMP_CXX_VERSION} to speed-up library utilities (like file parsing).")
219
set(PLSSVM_FOUND_OPENMP_FOR_UTILITY ON)
0 commit comments