Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
25 lines
692 B
Diff
25 lines
692 B
Diff
diff --git a/3party/CMakeLists.txt b/3party/CMakeLists.txt
|
|
index 5178ae0..abe103f 100644
|
|
--- a/3party/CMakeLists.txt
|
|
+++ b/3party/CMakeLists.txt
|
|
@@ -41,9 +41,6 @@ if (NOT WITH_SYSTEM_PROVIDED_3PARTY)
|
|
# Add pugixml library.
|
|
add_subdirectory(pugixml)
|
|
|
|
- # Add protobuf library.
|
|
- add_subdirectory(protobuf)
|
|
-
|
|
if (NOT PLATFORM_LINUX)
|
|
add_subdirectory(freetype)
|
|
add_subdirectory(icu)
|
|
@@ -55,6 +52,9 @@ if (NOT WITH_SYSTEM_PROVIDED_3PARTY)
|
|
target_include_directories(utf8cpp INTERFACE "${OMIM_ROOT}/3party/utfcpp/source")
|
|
endif()
|
|
|
|
+# Add protobuf library.
|
|
+add_subdirectory(protobuf)
|
|
+
|
|
add_subdirectory(agg)
|
|
add_subdirectory(bsdiff-courgette)
|
|
add_subdirectory(minizip)
|