cyb70289 commented on code in PR #13253:
URL: https://github.com/apache/arrow/pull/13253#discussion_r883659349
##########
cpp/cmake_modules/Usevcpkg.cmake:
##########
@@ -121,7 +121,7 @@ set(_INST_BUILD_DIR
"${CMAKE_CURRENT_BINARY_DIR}/vcpkg_installed") # try here fi
set(_INST_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/vcpkg_installed") # try here
second
set(_INST_VCPKG_ROOT "${VCPKG_ROOT}/installed")
# Iterate over the places
-foreach(_INST_DIR IN LISTS _INST_BUILD_DIR _INST_SOURCE_DIR _INST_VCPKG_ROOT
"notfound")
Review Comment:
This does not iterate "notfound".
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]