Skip to content

Commit

Permalink
Update to latest version of BanditCPP (fixes errors on GCC 13.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed May 9, 2024
1 parent 7f98714 commit ebb54ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion external/bandit
Submodule bandit updated 109 files
3 changes: 2 additions & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ macro(add_test NAME SOURCE)

# Link up with Bandit
set(BANDIT_FLAGS "--reporter=info --colorizer=light")
target_include_directories (test-${NAME} PRIVATE ${PROJECT_SOURCE_DIR}/external)
target_include_directories (test-${NAME}
PRIVATE ${PROJECT_SOURCE_DIR}/external/bandit)

# Link with Adiar
target_link_libraries(test-${NAME} adiar)
Expand Down

0 comments on commit ebb54ae

Please sign in to comment.