Xuanwo commented on code in PR #3108: URL: https://github.com/apache/incubator-opendal/pull/3108#discussion_r1328252810
########## examples/cpp/CMakeLists.txt: ########## @@ -0,0 +1,20 @@ +cmake_minimum_required(VERSION 3.10) +project(opendal-cpp-examples) + +set(CMAKE_CXX_STANDARD 17) + +include(FetchContent) +FetchContent_Declare( + opendal-cpp + URL https://github.com/apache/incubator-opendal/releases/download/v0.40.0/opendal-cpp-v0.40.0.tar.gz Review Comment: Will we have this release? -- 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]
