mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-19 13:03:36 +00:00
[3party] Updated jansson and gflags for cmake 4+ compatibility
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
committed by
Konstantin Pastbin
parent
ff0e5cf3e8
commit
f0d813d676
@@ -31,7 +31,6 @@ if (NOT WITH_SYSTEM_PROVIDED_3PARTY)
|
|||||||
set(JANSSON_WITHOUT_TESTS ON)
|
set(JANSSON_WITHOUT_TESTS ON)
|
||||||
add_subdirectory(jansson/jansson/)
|
add_subdirectory(jansson/jansson/)
|
||||||
target_include_directories(jansson INTERFACE "${PROJECT_BINARY_DIR}/3party/jansson/jansson/include")
|
target_include_directories(jansson INTERFACE "${PROJECT_BINARY_DIR}/3party/jansson/jansson/include")
|
||||||
add_library(jansson::jansson ALIAS jansson)
|
|
||||||
|
|
||||||
# Add gflags library.
|
# Add gflags library.
|
||||||
add_subdirectory(gflags)
|
add_subdirectory(gflags)
|
||||||
|
|||||||
Submodule 3party/gflags updated: a738fdf933...52e94563eb
Submodule 3party/jansson/jansson updated: 61fc3d0e28...96d160df90
Reference in New Issue
Block a user