[
https://issues.apache.org/jira/browse/AVRO-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17811777#comment-17811777
]
ASF subversion and git services commented on AVRO-3932:
-------------------------------------------------------
Commit 25c040a050363f5ef9dbd015d51d782ab8d6a17b in avro's branch
refs/heads/branch-1.11 from Martin Tzvetanov Grigorov
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=25c040a05 ]
AVRO-3932: [C] Search for `snappy.pc`
This is what many of the Linux distros provide (e.g. Ubuntu and
openEuler)
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit 87e93a818d9c64c31ba62a862d83ec81405e8df8)
> [C]: fix variable reference in CMakeLists.txt
> ---------------------------------------------
>
> Key: AVRO-3932
> URL: https://issues.apache.org/jira/browse/AVRO-3932
> Project: Apache Avro
> Issue Type: Bug
> Components: c
> Affects Versions: 1.11.3
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Labels: pull-request-available
> Time Spent: 20m
> Remaining Estimate: 0h
>
> https://github.com/apache/avro/pull/2713
> {code}
> @ZLIB_PKG@ can't be replaced as expected since we upgrade cmake from 2.4 to
> 3.1 in this commit: 664c2fc.
> You can find more details here:
> https://cmake.org/cmake/help/latest/policy/CMP0053.html.
> So we should change @ZLIB_PKG@ to ${ZLIB_PKG} or add cmake_policy(SET CMP0053
> OLD)
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)