소스 검색

HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe)

Colin Patrick Mccabe 10 년 전
부모
커밋
e488f0d93b
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt
  2. 1 1
      hadoop-common-project/hadoop-common/src/CMakeLists.txt

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -1031,6 +1031,9 @@ Release 2.6.0 - UNRELEASED
     HADOOP-11068. Match hadoop.auth cookie format to jetty output.
     (Gregory Chanan via cnauroth)
 
+    HADOOP-11250. fix endmacro of set_find_shared_library_without_version in
+    CMakeLists (Yi Liu via Colin P. McCabe)
+
 Release 2.5.1 - 2014-09-05
 
   INCOMPATIBLE CHANGES

+ 1 - 1
hadoop-common-project/hadoop-common/src/CMakeLists.txt

@@ -94,7 +94,7 @@ macro(set_find_shared_library_without_version)
         # Most UNIX variants use .so
         SET(CMAKE_FIND_LIBRARY_SUFFIXES ".so")
     ENDIF()
-endmacro(set_find_shared_library_version LVERS)
+endmacro(set_find_shared_library_without_version)
 
 if (NOT GENERATED_JAVAH)
     # Must identify where the generated headers have been placed