File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717if (("${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 ()
2527endif ()
2628
Original file line number Diff line number Diff line change 1717if (("${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 ()
2527endif ()
2628
You can’t perform that action at this time.
0 commit comments