build: technical fix to catch2 dep
This commit is contained in:
parent
9b36ea4925
commit
ee436ca9e9
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ xo_self_dependency(${SELF_EXECUTABLE_NAME} reflect)
|
|||
# ----------------------------------------------------------------
|
||||
# 3rd party dependency: catch2:
|
||||
|
||||
find_package(Catch2 2 REQUIRED)
|
||||
xo_external_target_dependency(${SELF_EXECUTABLE_NAME} Catch2 Catch2::Catch2)
|
||||
|
||||
# need this so that catch2/include appears in compile_commands.json,
|
||||
# on which lsp integration relies.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue