File unbundle_pugixml.patch of Package organicmaps
Index: organicmaps-2025.03.02/3party/CMakeLists.txt =================================================================== --- organicmaps-2025.03.02.orig/3party/CMakeLists.txt +++ organicmaps-2025.03.02/3party/CMakeLists.txt @@ -37,9 +37,6 @@ if (NOT WITH_SYSTEM_PROVIDED_3PARTY) add_subdirectory(gflags) target_compile_options(gflags_nothreads_static PRIVATE $<$<CXX_COMPILER_ID:GNU>:-Wno-subobject-linkage>) - # Add pugixml library. - add_subdirectory(pugixml) - # Add protobuf library. add_subdirectory(protobuf)