Skip to content

Commit

Permalink
sarif: fix installed config to find nlohmann_json
Browse files Browse the repository at this point in the history
  • Loading branch information
frabert authored and xlauko committed Aug 7, 2024
1 parent 1bbed88 commit 107767b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cmake/gapConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ if (@GAP_ENABLE_COROUTINES@)
find_dependency(Coroutines COMPONENTS Experimental Final REQUIRED)
endif()

if (@GAP_ENABLE_SARIF@)
find_dependency(nlohmann_json CONFIG REQUIRED)
endif()

include("${CMAKE_CURRENT_LIST_DIR}/@[email protected]")
check_required_components("@PROJECT_NAME@")

Expand Down

0 comments on commit 107767b

Please sign in to comment.