HADOOP-11250. fix endmacro of set_find_shared_library_without_version in CMakeLists (Yi Liu via Colin P. McCabe)
(cherry picked from commit e488f0d93b
)
This commit is contained in:
parent
ca6a21f7d1
commit
e107ea5177
|
@ -690,6 +690,9 @@ Release 2.6.0 - UNRELEASED
|
||||||
HADOOP-9740. Fix FsShell '-text' command to be able to read Avro
|
HADOOP-9740. Fix FsShell '-text' command to be able to read Avro
|
||||||
files stored in HDFS and other filesystems. (Allan Yan via jlowe)
|
files stored in HDFS and other filesystems. (Allan Yan via jlowe)
|
||||||
|
|
||||||
|
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
|
Release 2.5.1 - 2014-09-05
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
|
@ -94,7 +94,7 @@ macro(set_find_shared_library_without_version)
|
||||||
# Most UNIX variants use .so
|
# Most UNIX variants use .so
|
||||||
SET(CMAKE_FIND_LIBRARY_SUFFIXES ".so")
|
SET(CMAKE_FIND_LIBRARY_SUFFIXES ".so")
|
||||||
ENDIF()
|
ENDIF()
|
||||||
endmacro(set_find_shared_library_version LVERS)
|
endmacro(set_find_shared_library_without_version)
|
||||||
|
|
||||||
if (NOT GENERATED_JAVAH)
|
if (NOT GENERATED_JAVAH)
|
||||||
# Must identify where the generated headers have been placed
|
# Must identify where the generated headers have been placed
|
||||||
|
|
Loading…
Reference in New Issue