Change dependency management
This commit is contained in:
11
3rdParty/yaml-cpp/CMakeLists.txt
vendored
Normal file
11
3rdParty/yaml-cpp/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
yaml-cpp
|
||||
GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git
|
||||
GIT_TAG yaml-cpp-0.6.3
|
||||
GIT_SHALLOW TRUE
|
||||
)
|
||||
set(YAML_CPP_BUILD_TOOLS OFF)
|
||||
set(YAML_CPP_BUILD_TESTS OFF)
|
||||
FetchContent_MakeAvailable(yaml-cpp)
|
||||
Reference in New Issue
Block a user