Skip to content

Commit

Permalink
Fix tantan flags
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Nov 10, 2024
1 parent fa12ab2 commit 799f0da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/tantan/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
add_library(tantan tantan.cpp tantan.h mcf_simd.h)
set_target_properties(tantan PROPERTIES COMPILE_FLAGS "${MMSEQS_C_FLAGS}" LINK_FLAGS "${MMSEQS_C_FLAGS}")
set_target_properties(tantan PROPERTIES COMPILE_FLAGS "${MMSEQS_CXX_FLAGS}" LINK_FLAGS "${MMSEQS_CXX_FLAGS}")

0 comments on commit 799f0da

Please sign in to comment.