mirror of
https://github.com/allemangD/toddcox-visualize.git
synced 2025-11-10 12:02:47 -05:00
COMP: Consistent FetchContent usage
This commit is contained in:
4
vendor/yaml-cpp.cmake
vendored
4
vendor/yaml-cpp.cmake
vendored
@@ -1,11 +1,15 @@
|
||||
include(FetchContent)
|
||||
|
||||
FetchContent_Declare(
|
||||
yaml-cpp
|
||||
GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git
|
||||
GIT_TAG yaml-cpp-0.7.0
|
||||
GIT_PROGRESS TRUE
|
||||
)
|
||||
|
||||
set(GLFW_BUILD_EXAMPLES OFF CACHE INTERNAL "")
|
||||
set(GLFW_BUILD_TESTS OFF CACHE INTERNAL "")
|
||||
set(GLFW_BUILD_DOCS OFF CACHE INTERNAL "")
|
||||
set(GLFW_INSTALL OFF CACHE INTERNAL "")
|
||||
|
||||
FetchContent_MakeAvailable(yaml-cpp)
|
||||
|
||||
Reference in New Issue
Block a user