We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5119c1b commit be427feCopy full SHA for be427fe
examples/disco/CMakeLists.txt
@@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD 20)
6
7
include(FetchContent)
8
9
-FetchContent_Declare(disco GIT_REPOSITORY https://github.com/ankane/disco-cpp.git GIT_TAG 458e69afca4303b72979ee90164d0f618f71e174)
+FetchContent_Declare(disco GIT_REPOSITORY https://github.com/ankane/disco-cpp.git GIT_TAG v0.1.3)
10
FetchContent_Declare(libpqxx GIT_REPOSITORY https://github.com/jtv/libpqxx.git GIT_TAG 7.10.1)
11
FetchContent_MakeAvailable(disco libpqxx)
12
0 commit comments