Auto-update protobuf-cpp to 27.0 (#4144)
* Update protobuf-cpp to 27.0 * add patch --------- Co-authored-by: star9029 <hengxings783@gmail.com>pull/4151/head
parent
1a351bc1bf
commit
b24e1803eb
2 changed files with 6 additions and 16 deletions
@ -1,13 +0,0 @@ |
||||
diff --git a/cmake/abseil-cpp.cmake b/cmake/abseil-cpp.cmake
|
||||
index a4e9d22..5e5d4d5 100644
|
||||
--- a/cmake/abseil-cpp.cmake
|
||||
+++ b/cmake/abseil-cpp.cmake
|
||||
@@ -37,7 +37,7 @@ elseif(protobuf_ABSL_PROVIDER STREQUAL "package")
|
||||
endif()
|
||||
set(_protobuf_FIND_ABSL "if(NOT TARGET absl::strings)\n find_package(absl CONFIG)\nendif()")
|
||||
|
||||
-if (BUILD_SHARED_LIBS AND MSVC)
|
||||
+if (FALSE)
|
||||
# On MSVC Abseil is bundled into a single DLL.
|
||||
# This condition is necessary as of abseil 20230125.3 when abseil is consumed via add_subdirectory,
|
||||
# the abseil_dll target is named abseil_dll, while if abseil is consumed via find_package, the target
|
Loading…
Reference in new issue