We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 591eb0c commit 850162cCopy full SHA for 850162c
hadoop-hdfs-project/hadoop-hdfs-native-client/src/main/native/libhdfs/CMakeLists.txt
@@ -67,7 +67,7 @@ set(LIBHDFS_VERSION "0.0.0")
67
set_target_properties(hdfs PROPERTIES
68
SOVERSION ${LIBHDFS_VERSION})
69
70
-build_libhdfs_test(test_libhdfs_ops hdfs_static test_libhdfs_ops.c ../libhdfs/hdfs.c)
+build_libhdfs_test(test_libhdfs_ops hdfs_static test_libhdfs_ops.c)
71
link_libhdfs_test(test_libhdfs_ops hdfs_static native_mini_dfs ${JAVA_JVM_LIBRARY})
72
add_libhdfs_test(test_libhdfs_ops hdfs_static)
73
0 commit comments