You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "assignUser (via GitHub)" <gi...@apache.org> on 2023/04/17 18:15:50 UTC

[GitHub] [arrow] assignUser commented on issue #35179: [CI][C++] Minimal examples fail to compile due to missing configuration for `arrow_bundled_dependencies`

assignUser commented on issue #35179:
URL: https://github.com/apache/arrow/issues/35179#issuecomment-1511863685

   The problem is that the changes from #35109  expect `LOCATION_<CONFIGURATION>` to be set, which is not the case by default. This leads to empty vars and wrong locations.
   
   This issue should have been found pre-merge by running crossbow jobs.
   cc @kou
   
   ```
   -- Arrow version: 12.0.0
   -- Found the Arrow shared library: 
   -- Found the Arrow import library: 
   -- Found the Arrow static library: /usr/local/lib/libarrow.a
   CMake Error at CMakeLists.txt:28 (message):
     LOCATION_RELEASE: lib dir: /usr/local/lib
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org