You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by GitBox <gi...@apache.org> on 2019/03/15 14:48:01 UTC

[GitHub] [drill] agozhiy commented on a change in pull request #1697: DRILL-7105: Error while building the Drill native client

agozhiy commented on a change in pull request #1697: DRILL-7105: Error while building the Drill native client
URL: https://github.com/apache/drill/pull/1697#discussion_r266012887
 
 

 ##########
 File path: contrib/native/client/CMakeLists.txt
 ##########
 @@ -22,6 +22,14 @@ cmake_policy(SET CMP0043 NEW)
 cmake_policy(SET CMP0048 NEW)
 enable_testing()
 
+if (CMAKE_VERSION VERSION_LESS "3.1")
+    if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
 
 Review comment:
   Changed the approach to rising the min version as it required by protobuf.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services