Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
eseiler committed Oct 9, 2024
1 parent 3dfe643 commit bae58bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/seqan3-test.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if (SEQAN3_WITH_SEQAN2 OR SEQAN3_WITH_SEQAN2_CI)
if (SEQAN3_SEQAN2_INCLUDE_DIR)
message (STATUS "Building tests with SeqAn2.")
target_include_directories (seqan3_seqan3 SYSTEM INTERFACE ${SEQAN3_SEQAN2_INCLUDE_DIR})
target_compile_definitions (seqan3_seqan3 INTERFACE "SEQAN3_HAS_SEQAN2=1")
else ()
message (FATAL_ERROR "Could not find SeqAn2.")
endif ()
Expand Down

0 comments on commit bae58bf

Please sign in to comment.