Benjamin Kietzman created ARROW-4879:
----------------------------------------
Summary: [C++] cmake can't use conda's flatbuffers
Key: ARROW-4879
URL: https://issues.apache.org/jira/browse/ARROW-4879
Project: Apache Arrow
Issue Type: Bug
Components: C++
Reporter: Benjamin Kietzman
Assignee: Benjamin Kietzman
Fix For: 0.13.0
I'm using conda's flatbuffers, but after the cmake refactor I get the following
error:
{code}
CMake Error at cmake_modules/ThirdpartyToolchain.cmake:146 (find_package):
By not providing "FindFlatbuffers.cmake" in CMAKE_MODULE_PATH this project
has asked CMake to find a package configuration file provided by
"Flatbuffers", but CMake did not find one.
Could not find a package configuration file provided by "Flatbuffers" with
any of the following names:
FlatbuffersConfig.cmake
flatbuffers-config.cmake
Add the installation prefix of "Flatbuffers" to CMAKE_PREFIX_PATH or set
"Flatbuffers_DIR" to a directory containing one of the above files. If
"Flatbuffers" provides a separate development package or SDK, be sure it
has been installed.
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)