[GitHub] [arrow] kou commented on a change in pull request #9553: ARROW-11580: [C++] Add CMake option ARROW_DEPENDENCY_SOURCE=VCPKG

2021-03-04 Thread GitBox
kou commented on a change in pull request #9553: URL: https://github.com/apache/arrow/pull/9553#discussion_r587924707 ## File path: cpp/cmake_modules/Usevcpkg.cmake ## @@ -0,0 +1,214 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [arrow] kou commented on a change in pull request #9553: ARROW-11580: [C++] Add CMake option ARROW_DEPENDENCY_SOURCE=VCPKG

2021-03-04 Thread GitBox
kou commented on a change in pull request #9553: URL: https://github.com/apache/arrow/pull/9553#discussion_r587924544 ## File path: cpp/cmake_modules/Usevcpkg.cmake ## @@ -0,0 +1,214 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [arrow] kou commented on a change in pull request #9553: ARROW-11580: [C++] Add CMake option ARROW_DEPENDENCY_SOURCE=VCPKG

2021-03-04 Thread GitBox
kou commented on a change in pull request #9553: URL: https://github.com/apache/arrow/pull/9553#discussion_r584365689 ## File path: cpp/cmake_modules/Usevcpkg.cmake ## @@ -0,0 +1,214 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] [arrow] kou commented on a change in pull request #9553: ARROW-11580: [C++] Add CMake option ARROW_DEPENDENCY_SOURCE=VCPKG

2021-02-24 Thread GitBox
kou commented on a change in pull request #9553: URL: https://github.com/apache/arrow/pull/9553#discussion_r582342080 ## File path: cpp/CMakeLists.txt ## @@ -58,6 +58,12 @@ endif() string(TOLOWER ${CMAKE_BUILD_TYPE} LOWERCASE_BUILD_TYPE) string(TOUPPER ${CMAKE_BUILD_TYPE}