Skip to content

Commit 5dc5c1a

Browse files
committed
Update
Signed-off-by: acezen <qiaozi.zwb@alibaba-inc.com> Committed-by: acezen from Dev container
1 parent 5741559 commit 5dc5c1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/cmake/apache-arrow.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function(build_arrow)
3737
find_package(Arrow QUIET)
3838
set(ARROW_VERSION_TO_BUILD "10.0.1" CACHE INTERNAL "arrow version")
3939
if (Arrow_FOUND) # arrow is installed, build the same version as the installed one
40-
message(STATUS "Found arrow: ${Arrow_VERSION}")
40+
message(STATUS "Found Arrow installed, align to version: ${Arrow_VERSION}")
4141
set(ARROW_VERSION_TO_BUILD "${Arrow_VERSION}" CACHE INTERNAL "arrow version")
4242
endif ()
4343

0 commit comments

Comments
 (0)