Skip to content

Commit

Permalink
Fix iomp5 linking with latest Intel OpenAPI on Ubuntu (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingleafe authored Nov 17, 2023
1 parent 174e4ee commit b64bb08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ if(NOT OPENMP_RUNTIME STREQUAL "NONE")
${INTEL_ROOT}/oneAPI/compiler/latest/windows/compiler/lib/intel64_win
${INTEL_ROOT}/oneapi/compiler/latest/linux/compiler/lib/intel64_lin
${INTEL_ROOT}/oneapi/compiler/latest/mac/compiler/lib
${INTEL_ROOT}/oneapi/compiler/latest/lib
)
if(IOMP5_LIBRARY)
list(APPEND LIBRARIES ${IOMP5_LIBRARY})
Expand Down

0 comments on commit b64bb08

Please sign in to comment.