You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Crystrix (via GitHub)" <gi...@apache.org> on 2023/04/13 08:38:21 UTC

[GitHub] [arrow] Crystrix opened a new issue, #35101: [C++] Remove uses of the LOCATION target property in

Crystrix opened a new issue, #35101:
URL: https://github.com/apache/arrow/issues/35101

   ### Describe the bug, including details regarding any error messages, version, and platform.
   
   My Arrow was installed using vcpkg and the relevant settings are as follows:
   `ARROW_JEMALLOC=ON`
   `ARROW_JEMALLOC_USE_SHARED=OFF`
   I found that my application built in release mode is linked to `debug/lib/libarrow_bundled_dependencies.a`.  This should be due to an incorrect link path generated by the [LOCATION property](https://github.com/apache/arrow/blob/6432a2382e870633e5060b5e6ea481f28ca0c725/cpp/src/arrow/ArrowConfig.cmake.in#L99) in ArrowConfig.cmake, and this setting is also outdated (https://cmake.org/cmake/help/latest/policy/CMP0026.html).
   
   ### Component(s)
   
   C++


-- 
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: issues-unsubscribe@arrow.apache.org.apache.org

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


[GitHub] [arrow] kou closed issue #35101: [C++] Update the uses of the LOCATION target property in ArrowConfig.cmake.in

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou closed issue #35101: [C++] Update the uses of the LOCATION target property in ArrowConfig.cmake.in
URL: https://github.com/apache/arrow/issues/35101


-- 
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: issues-unsubscribe@arrow.apache.org

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