Skip to content

Commit d6b08a4

Browse files
committed
Update protobuf patch with hyperion master
1 parent a75f442 commit d6b08a4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

patch/protobuf.diff

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/cmake/protobuf-configure-target.cmake b/cmake/protobuf-configure-target.cmake
2-
index c67c57056..c6a0ac9fa 100644
2+
index c67c57056..171e0a8f0 100644
33
--- a/cmake/protobuf-configure-target.cmake
44
+++ b/cmake/protobuf-configure-target.cmake
55
@@ -7,8 +7,8 @@
@@ -13,12 +13,3 @@ index c67c57056..c6a0ac9fa 100644
1313
endif()
1414

1515
target_compile_features("${target}" PUBLIC cxx_std_17)
16-
@@ -66,7 +66,7 @@ function(protobuf_configure_unity_target target)
17-
if(${CMAKE_VERSION} VERSION_GREATER 3.18 OR ${CMAKE_VERSION} VERSION_EQUAL 3.18)
18-
# If protobuf_USE_UNITY_BUILD is set to ON, set target to use Unity builds.
19-
set_target_properties("${target}"
20-
- PROPERTIES
21-
+ PROPERTIES
22-
UNITY_BUILD ON
23-
UNITY_BUILD_MODE BATCH
24-
UNITY_BUILD_BATCH_SIZE 50

0 commit comments

Comments
 (0)