You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@avro.apache.org by GitBox <gi...@apache.org> on 2022/10/20 22:57:02 UTC

[GitHub] [avro] jmccl commented on a diff in pull request #1920: AVRO-3650: [C++] Fix build on Manjaro

jmccl commented on code in PR #1920:
URL: https://github.com/apache/avro/pull/1920#discussion_r1001197624


##########
lang/c++/CMakeLists.txt:
##########
@@ -21,7 +21,7 @@ cmake_minimum_required (VERSION 3.1)
 set (CMAKE_LEGACY_CYGWIN_WIN32 0)
 
 if (NOT DEFINED CMAKE_CXX_STANDARD)
-    set(CMAKE_CXX_STANDARD 11)
+    set(CMAKE_CXX_STANDARD 14)

Review Comment:
   Sure, I've updated the PR.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org