Skip to content

Commit 2a86a3a

Browse files
authored
chore: update cpp example (#5907)
Signed-off-by: yihong0618 <[email protected]>
1 parent 3bbec32 commit 2a86a3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cpp/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include(FetchContent)
77
FetchContent_Declare(
88
opendal-cpp
99
GIT_REPOSITORY https://github.com/apache/opendal.git
10-
GIT_TAG 4b02228f7fe9a7c0f21a1660fee95716910c7a0a
10+
GIT_TAG 3bbec320df72689c57b4bf3d59395b85f7e1764e
1111
SOURCE_SUBDIR bindings/cpp
1212
)
1313
FetchContent_MakeAvailable(opendal-cpp)

0 commit comments

Comments
 (0)