Skip to content

Commit e756fe3

Browse files
authored
HDFS-14950. fix missing libhdfspp lib in dist-package (#1947)
libhdfspp.{a,so} are missed in dist-package. This patch fixed this by copying these libs to the right directory Signed-off-by: Yuan Zhou <yuan.zhou@intel.com>
1 parent 05b3337 commit e756fe3

File tree

1 file changed

+1
-0
lines changed
  • hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp

1 file changed

+1
-0
lines changed

hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfspp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ if (HADOOP_BUILD)
265265
${CMAKE_THREAD_LIBS_INIT}
266266
)
267267
set_target_properties(hdfspp PROPERTIES SOVERSION ${LIBHDFSPP_VERSION})
268+
hadoop_dual_output_directory(hdfspp ${OUT_DIR})
268269
else (HADOOP_BUILD)
269270
add_library(hdfspp_static STATIC ${EMPTY_FILE_CC} ${LIBHDFSPP_ALL_OBJECTS})
270271
target_link_libraries(hdfspp_static

0 commit comments

Comments
 (0)