You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2019/04/09 19:38:20 UTC

[arrow] branch master updated: ARROW-5152: [Python] Fix CMake warnings

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 11944b1  ARROW-5152: [Python] Fix CMake warnings
11944b1 is described below

commit 11944b1f6ac201058fd5268f53434023996f1b68
Author: Antoine Pitrou <an...@python.org>
AuthorDate: Tue Apr 9 21:38:12 2019 +0200

    ARROW-5152: [Python] Fix CMake warnings
    
    Author: Antoine Pitrou <an...@python.org>
    
    Closes #4134 from pitrou/ARROW-5152-py-fix-cmake-warnings and squashes the following commits:
    
    a12183a6e <Antoine Pitrou> ARROW-5152:  Fix CMake warnings
---
 cpp/cmake_modules/BuildUtils.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cpp/cmake_modules/BuildUtils.cmake b/cpp/cmake_modules/BuildUtils.cmake
index 90944e6..b318f8b 100644
--- a/cpp/cmake_modules/BuildUtils.cmake
+++ b/cpp/cmake_modules/BuildUtils.cmake
@@ -24,8 +24,8 @@ set(LIB_PATH_SUFFIXES
     "lib32"
     "lib"
     "bin"
-    "Library",
-    "Library/lib",
+    "Library"
+    "Library/lib"
     "Library/bin")
 set(INCLUDE_PATH_SUFFIXES "include" "Library" "Library/include")