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 dcc373d commit bdafffaCopy full SHA for bdafffa
1 file changed
cpp/cmake_modules/BuildUtils.cmake
@@ -100,13 +100,13 @@ function(arrow_create_merged_static_lib output_target)
100
OUTPUT_VARIABLE libtool_version
101
OUTPUT_STRIP_TRAILING_WHITESPACE ERROR_QUIET)
102
if("${libtool_version}" MATCHES ".*cctools.+([0-9.]+).*")
103
- set(${result_var}
104
- TRUE
+ set(${result_var}
+ TRUE
105
PARENT_SCOPE)
106
else()
107
108
- FALSE
109
- PARENT_SCOPE)
+ FALSE
+ PARENT_SCOPE)
110
endif()
111
endfunction()
112
0 commit comments