Skip to content

Commit

Permalink
fix FetchContent invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
upsj committed Feb 19, 2025
1 parent 2b825e0 commit 3c9f026
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extensions/test/config/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
find_package(yaml-cpp 0.8.0 QUIET)
if(NOT yaml-cpp_FOUND)
message(STATUS "Fetching external yaml-cpp")
include(FetchContent)
FetchContent_Declare(
yaml-cpp
GIT_REPOSITORY /~https://github.com/jbeder/yaml-cpp.git
Expand Down

0 comments on commit 3c9f026

Please sign in to comment.