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 4129fe3 commit 76a393fCopy full SHA for 76a393f
cmake/external_dependencies.cmake
@@ -41,9 +41,9 @@ endfunction()
41
set(SPARROW_BUILD_SHARED ${SPARROW_IPC_BUILD_SHARED})
42
find_package_or_fetch(
43
PACKAGE_NAME sparrow
44
- VERSION 1.0.0
+ VERSION 1.0.0 #TODO not used? to be removed
45
GIT_REPOSITORY https://github.com/man-group/sparrow.git
46
- TAG 1.0.0
+ TAG main
47
)
48
49
if(NOT TARGET sparrow::sparrow)
@@ -71,4 +71,4 @@ if(SPARROW_IPC_BUILD_TESTS)
71
GIT_REPOSITORY https://github.com/doctest/doctest.git
72
TAG v2.4.12
73
74
-endif()
+endif()
0 commit comments