We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5741559 commit 5dc5c1aCopy full SHA for 5dc5c1a
cpp/cmake/apache-arrow.cmake
@@ -37,7 +37,7 @@ function(build_arrow)
37
find_package(Arrow QUIET)
38
set(ARROW_VERSION_TO_BUILD "10.0.1" CACHE INTERNAL "arrow version")
39
if (Arrow_FOUND) # arrow is installed, build the same version as the installed one
40
- message(STATUS "Found arrow: ${Arrow_VERSION}")
+ message(STATUS "Found Arrow installed, align to version: ${Arrow_VERSION}")
41
set(ARROW_VERSION_TO_BUILD "${Arrow_VERSION}" CACHE INTERNAL "arrow version")
42
endif ()
43
0 commit comments