Skip to content

Commit

Permalink
Export MMSEQS_ARCH in CMakeCache
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Aug 2, 2024
1 parent c498f51 commit 48f13f9
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 @@ -117,6 +117,7 @@ if (NATIVE_ARCH AND (MMSEQS_ARCH STREQUAL ""))
set(MMSEQS_ARCH "-march=native")
endif ()
endif ()
set(MMSEQS_ARCH ${MMSEQS_ARCH} CACHE INTERNAL "")

if (NOT (MMSEQS_ARCH STREQUAL ""))
set(MMSEQS_CXX_FLAGS "${MMSEQS_CXX_FLAGS} ${MMSEQS_ARCH}")
Expand Down

0 comments on commit 48f13f9

Please sign in to comment.