Skip to content

Commit

Permalink
[MISC] automatic linting
Browse files Browse the repository at this point in the history
  • Loading branch information
seqan-actions committed Oct 15, 2024
1 parent f962298 commit b18c622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build_system/seqan3-config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ find_path (SEQAN3_SDSL_INCLUDE_DIR
if (SEQAN3_SDSL_INCLUDE_DIR)
seqan3_config_print ("Required dependency: SDSL found.")
set (SEQAN3_DEPENDENCY_INCLUDE_DIRS ${SEQAN3_SDSL_INCLUDE_DIR} ${SEQAN3_DEPENDENCY_INCLUDE_DIRS})
# 2) Get package via CPM.
# 2) Get package via CPM.
elseif (SEQAN3_HAS_CPM)
CPMGetPackage (sdsl-lite)

Expand Down Expand Up @@ -285,7 +285,7 @@ if (NOT SEQAN3_NO_CEREAL)
seqan3_config_print ("Optional dependency: Cereal found.")
endif ()
set (SEQAN3_DEPENDENCY_INCLUDE_DIRS ${SEQAN3_CEREAL_INCLUDE_DIR} ${SEQAN3_DEPENDENCY_INCLUDE_DIRS})
# 2) Get package via CPM.
# 2) Get package via CPM.
elseif (SEQAN3_HAS_CPM)
CPMGetPackage (cereal)

Expand Down

0 comments on commit b18c622

Please sign in to comment.