Skip to content

Commit

Permalink
Update RESULT_VARIABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Sep 13, 2024
1 parent e512a1b commit 57e4abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/cmake/FindHDFS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# HDFS_FOUND, whether HDFS is found.

execute_process(COMMAND $ENV{HADOOP_HOME}/bin/hadoop version OUTPUT_VARIABLE Hadoop_VERSION
RESULT_VARIABLE_VALUE Hadoop_RETURN)
RESULT_VARIABLE Hadoop_RETURN)

# currently only looking in HADOOP_HOME
find_path(HDFS_INCLUDE_DIR hdfs.h PATHS
Expand Down

0 comments on commit 57e4abc

Please sign in to comment.