update proto
This commit is contained in:
@@ -81,4 +81,4 @@ function(CollectIncludeDirectories current_dir sources_variable)
|
||||
endforeach()
|
||||
set(${sources_variable} ${${sources_variable}} PARENT_SCOPE)
|
||||
endif()
|
||||
endfunction()
|
||||
endfunction()
|
||||
@@ -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}
|
||||
|
||||
+1072
-1082
File diff suppressed because it is too large
Load Diff
+3435
-3483
File diff suppressed because it is too large
Load Diff
+1722
-1740
File diff suppressed because it is too large
Load Diff
+4215
-4246
File diff suppressed because it is too large
Load Diff
@@ -121,4 +121,4 @@ message BleepProxy {
|
||||
|
||||
message BleepProxyList {
|
||||
repeated BleepProxy proxies = 1;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user