Skip to content

Commit

Permalink
OpenMP 5.0 was supposed to be for CLang ONLY...
Browse files Browse the repository at this point in the history
  • Loading branch information
aurelienpierre committed Feb 15, 2025
1 parent b36e65a commit 9cfd60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if(USE_OPENMP)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${OPENMP_VERSION_SPECIFIER}")
endif()

find_package(OpenMP 5.0 REQUIRED)
find_package(OpenMP 4.5 REQUIRED)
endif()

# Check for base threading library
Expand Down

0 comments on commit 9cfd60d

Please sign in to comment.