Yi Liu created HADOOP-11250: ------------------------------- Summary: 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
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)