Erixonich commented on code in PR #7607:
URL: https://github.com/apache/ignite-3/pull/7607#discussion_r2884742725
##########
modules/platforms/cpp/cmake/dependencies.cmake:
##########
@@ -43,6 +43,24 @@ function(fetch_dependency NAME URL MD5)
endif()
endfunction()
+function(add_asio_dependency)
+ message(STATUS "Download dependency: asio")
+
+ FetchContent_Declare(
+ asio
+ URL
https://github.com/chriskohlhoff/asio/archive/refs/tags/asio-1-36-0.tar.gz
+ URL_HASH MD5=6699ac1dea111c20d024f25e06e573db
Review Comment:
should we change other instances as well?
--
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]