Skip to content

Commit 22add51

Browse files
committed
Remove version specification from find_package(OpenMP).
1 parent d3075bd commit 22add51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ endif ()
213213
########################################################################################################################
214214
# check for OpenMP (not for the backend!) #
215215
########################################################################################################################
216-
find_package(OpenMP 4.0 QUIET)
216+
find_package(OpenMP QUIET)
217217
if (OpenMP_FOUND)
218218
message(STATUS "Found OpenMP ${OpenMP_CXX_VERSION} to speed-up library utilities (like file parsing).")
219219
set(PLSSVM_FOUND_OPENMP_FOR_UTILITY ON)

0 commit comments

Comments
 (0)