update proto

This commit is contained in:
luis
2026-06-23 19:03:23 -03:00
parent ef468ee6b2
commit 6df074c768
7 changed files with 10446 additions and 10558 deletions
+1 -1
View File
@@ -81,4 +81,4 @@ function(CollectIncludeDirectories current_dir sources_variable)
endforeach()
set(${sources_variable} ${${sources_variable}} PARENT_SCOPE)
endif()
endfunction()
endfunction()
-5
View File
@@ -30,11 +30,6 @@ target_link_libraries(proto
common
protobuf)
# Add /FS flag for Windows to enable synchronous PDB writes (prevents C1041 errors with parallel compilation)
if(MSVC)
target_compile_options(proto PRIVATE /FS)
endif()
set_target_properties(proto
PROPERTIES
COMPILE_WARNING_AS_ERROR ${WITH_WARNINGS_AS_ERRORS}
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -121,4 +121,4 @@ message BleepProxy {
message BleepProxyList {
repeated BleepProxy proxies = 1;
}
}