This is an automated email from the ASF dual-hosted git repository.
uwe 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 e515ba3 ARROW-2823: [C++] Search for flatbuffers in <root>/lib64
e515ba3 is described below
commit e515ba35f1305d3c999f31d4f36874b5fe176356
Author: Korn, Uwe <[email protected]>
AuthorDate: Tue Jul 10 08:46:33 2018 +0200
ARROW-2823: [C++] Search for flatbuffers in <root>/lib64
Author: Korn, Uwe <[email protected]>
Closes #2237 from xhochy/ARROW-2823 and squashes the following commits:
f99bc95e <Korn, Uwe> ARROW-2823: Search for flatbuffers in <root>/lib64
---
cpp/cmake_modules/FindFlatbuffers.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpp/cmake_modules/FindFlatbuffers.cmake
b/cpp/cmake_modules/FindFlatbuffers.cmake
index 804f479..975c869 100644
--- a/cpp/cmake_modules/FindFlatbuffers.cmake
+++ b/cpp/cmake_modules/FindFlatbuffers.cmake
@@ -45,7 +45,7 @@ if ( _flatbuffers_roots )
PATH_SUFFIXES "include" )
find_library( FLATBUFFERS_LIBRARIES NAMES flatbuffers
PATHS "${_flatbuffers_roots}" NO_DEFAULT_PATH
- PATH_SUFFIXES "lib" )
+ PATH_SUFFIXES "lib" "lib64")
else ()
find_path( FLATBUFFERS_INCLUDE_DIR NAMES flatbuffers/flatbuffers.h )
find_library( FLATBUFFERS_LIBRARIES NAMES flatbuffers )