[
https://issues.apache.org/jira/browse/HADOOP-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yi Liu updated HADOOP-11250:
----------------------------
Attachment: HADOOP-11250.001.patch
> fix endmacro of set_find_shared_library_without_version in CMakeLists
> ---------------------------------------------------------------------
>
> Key: HADOOP-11250
> URL: https://issues.apache.org/jira/browse/HADOOP-11250
> Project: Hadoop Common
> Issue Type: Bug
> Components: build
> Affects Versions: 2.6.0
> Reporter: Yi Liu
> Assignee: Yi Liu
> Priority: Minor
> Attachments: HADOOP-11250.001.patch
>
>
> There is a small nit for {{set_find_shared_library_without_version}} in
> CMakeLists.txt:
> {code}
> endmacro(set_find_shared_library_version LVERS)
> {code}
> should be
> {code}
> endmacro(set_find_shared_library_without_version)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)