Skip to content

Commit

Permalink
[INFRA] Change linkage order
Browse files Browse the repository at this point in the history
Such that hibf's std flag overwrites seqan3's flag
  • Loading branch information
eseiler committed Oct 23, 2024
1 parent 0802344 commit 7918240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (TARGET chopper::interface)
endif ()

add_library (chopper_interface INTERFACE)
target_link_libraries (chopper_interface INTERFACE seqan::hibf sharg::sharg seqan3::seqan3)
target_link_libraries (chopper_interface INTERFACE sharg::sharg seqan3::seqan3 seqan::hibf)
target_include_directories (chopper_interface INTERFACE "${PROJECT_SOURCE_DIR}/include")
target_compile_options (chopper_interface INTERFACE "-pedantic" "-Wall" "-Wextra")
add_library (chopper::interface ALIAS chopper_interface)
Expand Down

0 comments on commit 7918240

Please sign in to comment.