Skip to content

Commit

Permalink
Try to fix link problem external test
Browse files Browse the repository at this point in the history
  • Loading branch information
ErakhtinB committed Dec 5, 2024
1 parent a1f04bc commit d620d09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/external-project-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ include("cmake/HunterGate.cmake")
include(../../cmake/Hunter/hunter-gate-url.cmake)

project(KagomeFromExternalProject)

hunter_add_package(GTest)
find_package(GTest CONFIG REQUIRED)
hunter_add_package(kagome)
find_package(kagome CONFIG REQUIRED)

Expand Down

0 comments on commit d620d09

Please sign in to comment.