Skip to content

Commit be427fe

Browse files
committed
Updated example [skip ci]
1 parent 5119c1b commit be427fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/disco/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 20)
66

77
include(FetchContent)
88

9-
FetchContent_Declare(disco GIT_REPOSITORY https://github.com/ankane/disco-cpp.git GIT_TAG 458e69afca4303b72979ee90164d0f618f71e174)
9+
FetchContent_Declare(disco GIT_REPOSITORY https://github.com/ankane/disco-cpp.git GIT_TAG v0.1.3)
1010
FetchContent_Declare(libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 7.10.1)
1111
FetchContent_MakeAvailable(disco libpqxx)
1212

0 commit comments

Comments
 (0)