Philipp Hoch created ARROW-2930: ----------------------------------- Summary: Trying to set target properties on not existing CMake target Key: ARROW-2930 URL: https://issues.apache.org/jira/browse/ARROW-2930 Project: Apache Arrow Issue Type: Bug Components: C++ Affects Versions: 0.9.0 Environment: MacOS Reporter: Philipp Hoch
/cpp/cmake_modules/BuildUtils.cmake:197 tries to set a target property on the shared arrow library. If ARROW_BUILD_SHARED is disabled, target is not available. This issue only affects APPLE builds. -- This message was sent by Atlassian JIRA (v7.6.3#76005)