[ 
https://issues.apache.org/jira/browse/AVRO-4167?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18009086#comment-18009086
 ] 

ASF subversion and git services commented on AVRO-4167:
-------------------------------------------------------

Commit 967da782b909eccf8e2cc65a47edcb0cab396486 in avro's branch 
refs/heads/main from Aaron Barany
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=967da782b9 ]

AVRO-4167: [C++] Fix install locations (#3434)

Use standard CMake variables for the locations, which can vary depending
on platform. (e.g. lib64 instead of lib) Use bin rather than lib
directory for runtime, which is expected for Windows DLLs.

> C++ Libraries can be installed in incorrect location
> ----------------------------------------------------
>
>                 Key: AVRO-4167
>                 URL: https://issues.apache.org/jira/browse/AVRO-4167
>             Project: Apache Avro
>          Issue Type: Bug
>          Components: c++
>    Affects Versions: 1.12.0
>            Reporter: Aaron Barany
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.13.0
>
>          Time Spent: 40m
>  Remaining Estimate: 0h
>
> The install step for the C++ build run through CMake can install in the 
> incorrect for the following situations:
>  # Windows DLLs are installed to the lib directory rather than bin.
>  # Systems that use a different install location (e.g. lib64 on some Linux 
> distros) won't have their common location respected.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to