Skip to content

Commit 850162c

Browse files
Undo redundant file
1 parent 591eb0c commit 850162c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ set(LIBHDFS_VERSION "0.0.0")
6767
set_target_properties(hdfs PROPERTIES
6868
SOVERSION ${LIBHDFS_VERSION})
6969

70-
build_libhdfs_test(test_libhdfs_ops hdfs_static test_libhdfs_ops.c ../libhdfs/hdfs.c)
70+
build_libhdfs_test(test_libhdfs_ops hdfs_static test_libhdfs_ops.c)
7171
link_libhdfs_test(test_libhdfs_ops hdfs_static native_mini_dfs ${JAVA_JVM_LIBRARY})
7272
add_libhdfs_test(test_libhdfs_ops hdfs_static)
7373

0 commit comments

Comments
 (0)