OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/protobuf?expand=0&rev=187
19 lines
567 B
Diff
19 lines
567 B
Diff
--- protobuf-28.2/third_party/utf8_range/CMakeLists.txt 2024-10-24 21:35:09.113008070 +0200
|
|
+++ protobuf-28.2/third_party/utf8_range/CMakeLists.txt 2024-10-24 21:35:43.123256664 +0200
|
|
@@ -11,13 +11,13 @@
|
|
|
|
##
|
|
# Create the lightweight C library
|
|
-add_library (utf8_range
|
|
+add_library (utf8_range STATIC
|
|
utf8_range.c
|
|
)
|
|
|
|
##
|
|
# A heavier-weight C++ wrapper that supports Abseil.
|
|
-add_library (utf8_validity utf8_validity.cc utf8_range.c)
|
|
+add_library (utf8_validity STATIC utf8_validity.cc utf8_range.c)
|
|
|
|
# Load Abseil dependency.
|
|
if (NOT TARGET absl::strings)
|