Changes to support the HDFS in PowerPC

This commit is contained in:
Meena Renganathan 2023-01-05 12:16:26 -05:00
parent adfc4d4a23
commit ba0edb310f

View File

@ -1,4 +1,4 @@
if(NOT ARCH_AARCH64 AND NOT OS_FREEBSD AND NOT APPLE AND NOT ARCH_PPC64LE)
if(NOT ARCH_AARCH64 AND NOT OS_FREEBSD AND NOT APPLE)
option(ENABLE_HDFS "Enable HDFS" ${ENABLE_LIBRARIES})
elseif(ENABLE_HDFS)
message (${RECONFIGURE_MESSAGE_LEVEL} "Cannot use HDFS3 with current configuration")