[
https://issues.apache.org/jira/browse/AVRO-3932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17813250#comment-17813250
]
ASF subversion and git services commented on AVRO-3932:
-------------------------------------------------------
Commit 4e03a4c21d120b55acf16340ba122c6878ffdc6c in avro's branch
refs/heads/dependabot/maven/lang/java/org.codehaus.plexus-plexus-utils-4.0.0
from Wenkang Zhang
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=4e03a4c21 ]
AVRO-3932: [C] fix variable reference in CMakeLists.txt (#2713)
AVRO-3932: [C] fix variable reference in CMakeLists.txt
Check that `pkg-config --libs avro-c` does not produce errors
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
---------
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
Co-authored-by: Martin Tzvetanov Grigorov <[email protected]>
> [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
> Fix For: 1.12.0, 1.11.4
>
> 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)