This is an automated email from the ASF dual-hosted git repository. sorabh pushed a commit to branch 1.16.0 in repository https://gitbox.apache.org/repos/asf/drill.git
commit d4875aebd04a5bca818ef75f81f365fc14bcce1c Author: Sorabh Hamirwasia <[email protected]> AuthorDate: Mon Apr 8 18:14:15 2019 -0700 Revert "DRILL-7105: Error while building the Drill native client" This reverts commit a72f1700a8d260a2f92ba8955c77df6428feb919. --- contrib/native/client/CMakeLists.txt | 5 +---- contrib/native/client/readme.linux | 2 +- contrib/native/client/readme.macos | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/contrib/native/client/CMakeLists.txt b/contrib/native/client/CMakeLists.txt index 02834b9..f434c41 100644 --- a/contrib/native/client/CMakeLists.txt +++ b/contrib/native/client/CMakeLists.txt @@ -15,10 +15,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -cmake_minimum_required(VERSION 3.1.3) - -set (CMAKE_CXX_STANDARD 11) -set (CMAKE_CXX_STANDARD_REQUIRED ON) +cmake_minimum_required(VERSION 2.6) project(drillclient) cmake_policy(SET CMP0043 NEW) diff --git a/contrib/native/client/readme.linux b/contrib/native/client/readme.linux index 1ca2846..dab0023 100644 --- a/contrib/native/client/readme.linux +++ b/contrib/native/client/readme.linux @@ -24,7 +24,7 @@ Install Prerequisites 0) Install development tools $>yum groupinstall 'Development Tools' -1) CMAKE 3 +1) CMAKE 3.0 $> yum install cmake3 2.1) Download protobuf 3.6 from : diff --git a/contrib/native/client/readme.macos b/contrib/native/client/readme.macos index a3edd69..ccee806 100644 --- a/contrib/native/client/readme.macos +++ b/contrib/native/client/readme.macos @@ -28,7 +28,7 @@ Install Prerequisites 0.2) Install brew following the instructions here: http://brew.sh/ -1) CMAKE 3.1.3 or above +1) CMAKE 3.0 or above Download and install Cmake : https://cmake.org/download/ or use brew to install $> brew install cmake
