Skip to content

Commit

Permalink
Changes to support the HDFS for s390x
Browse files Browse the repository at this point in the history
  • Loading branch information
MeenaRenganathan22 committed Oct 30, 2023
1 parent e33dc02 commit 92c1dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/libhdfs3-cmake/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
if(NOT OS_FREEBSD AND NOT APPLE AND NOT ARCH_PPC64LE AND NOT ARCH_S390X)
if(NOT OS_FREEBSD AND NOT APPLE AND NOT ARCH_PPC64LE)
option(ENABLE_HDFS "Enable HDFS" ${ENABLE_LIBRARIES})
elseif(ENABLE_HDFS)
message (${RECONFIGURE_MESSAGE_LEVEL} "Cannot use HDFS3 with current configuration")
Expand Down

0 comments on commit 92c1dce

Please sign in to comment.