Skip to content

Commit

Permalink
Fix macos build
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 15, 2024
1 parent dc73958 commit 34fef19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,7 @@ if (OPENMP_FOUND)
endforeach()
set(OpenMP_CXX_LIBRARIES ${FILTERED_LIBRARIES})
endif ()
if (NOT APPLE)
target_link_libraries(mmseqs-framework ${OpenMP_CXX_LIBRARIES})
endif ()
target_link_libraries(mmseqs-framework ${OpenMP_CXX_LIBRARIES})
if (PREFER_STATIC)
target_link_libraries(mmseqs-framework dl)
endif ()
Expand Down

0 comments on commit 34fef19

Please sign in to comment.