zeroshade commented on code in PR #2918: URL: https://github.com/apache/arrow-adbc/pull/2918#discussion_r2125262511
########## c/driver_manager/CMakeLists.txt: ########## @@ -15,6 +15,7 @@ # specific language governing permissions and limitations # under the License. +include(FetchContent) Review Comment: Oh yea, I can remove this now. I originally used it to fetch tomlplusplus but changed it to vendor when the other builds started failing. -- 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]
