You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Yi Liu (JIRA)" <ji...@apache.org> on 2014/10/30 14:40:34 UTC

[jira] [Created] (HADOOP-11250) fix endmacro of set_find_shared_library_without_version in CMakeLists

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)