We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc178c1 commit 0553560Copy full SHA for 0553560
cmake/external_dependencies.cmake
@@ -42,7 +42,7 @@ set(SPARROW_BUILD_SHARED ${SPARROW_IPC_BUILD_SHARED})
42
find_package_or_fetch(
43
PACKAGE_NAME sparrow
44
GIT_REPOSITORY https://github.com/man-group/sparrow.git
45
- TAG main
+ TAG 1.1.0
46
)
47
48
if(NOT TARGET sparrow::sparrow)
0 commit comments