Skip to content

Commit 6e65e05

Browse files
authored
chore(deps): prepare for Protobuf v24.3 (#12594)
1 parent d8e41cd commit 6e65e05

2 files changed

Lines changed: 12 additions & 8 deletions

File tree

google/cloud/dialogflow_es/CMakeLists.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
if (("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
1818
AND (CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 7.5.0)
1919
AND (Protobuf_VERSION VERSION_GREATER_EQUAL 23.0)
20-
AND (Protobuf_VERSION VERSION_LESS 24.2))
21-
message(WARNING "Cannot build google/cloud/dialogflow_es - "
22-
" the code generated by Protobuf between 23.0 and 24.1"
23-
" triggers an internal compiler error with GCC == 7.5.0")
20+
AND (Protobuf_VERSION VERSION_LESS 24.4))
21+
message(
22+
WARNING "Cannot build google/cloud/dialogflow_es - "
23+
" the code generated by Protobuf between (at least)"
24+
" 23.0 and 24.3 triggers an internal compiler error"
25+
" with GCC == 7.5.0")
2426
return()
2527
endif ()
2628

google/cloud/webrisk/CMakeLists.txt

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@
1717
if (("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU")
1818
AND (CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 7.5.0)
1919
AND (Protobuf_VERSION VERSION_GREATER_EQUAL 23.0)
20-
AND (Protobuf_VERSION VERSION_LESS 24.2))
21-
message(WARNING "Cannot build google/cloud/webrisk - "
22-
" the code generated by Protobuf between 23.0 and 24.1"
23-
" triggers an internal compiler error with GCC == 7.5.0")
20+
AND (Protobuf_VERSION VERSION_LESS 24.4))
21+
message(
22+
WARNING "Cannot build google/cloud/webrisk - "
23+
" the code generated by Protobuf between (at least)"
24+
" 23.0 and 24.3 triggers an internal compiler error"
25+
" with GCC == 7.5.0")
2426
return()
2527
endif ()
2628

0 commit comments

Comments
 (0)