File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,13 +100,13 @@ function(arrow_create_merged_static_lib output_target)
100100 OUTPUT_VARIABLE libtool_version
101101 OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_QUIET )
102102 if ("${libtool_version} " MATCHES ".*cctools.+([0-9.]+).*" )
103- set (${result_var}
104- TRUE
103+ set (${result_var}
104+ TRUE
105105 PARENT_SCOPE )
106106 else ()
107- set (${result_var}
108- FALSE
109- PARENT_SCOPE )
107+ set (${result_var}
108+ FALSE
109+ PARENT_SCOPE )
110110 endif ()
111111 endfunction ()
112112
@@ -123,7 +123,7 @@ function(arrow_create_merged_static_lib output_target)
123123 # HINTS is used before system paths and before PATHS, so we use that
124124 # even though hard coded paths should go in PATHS
125125 find_program (LIBTOOL_MACOS libtool
126- HINTS /usr/bin /Library/Developer/CommandLineTools/usr/bin VALIDATOR
126+ HINTS /usr/bin /Library/Developer/CommandLineTools/usr/bin VALIDATOR
127127 validate_apple_libtool )
128128 if (NOT LIBTOOL_MACOS)
129129 message (FATAL_ERROR "Could not find Apple's libtool. GNU libtool is not compatible."
You can’t perform that action at this time.
0 commit comments