Skip to content

Commit 76a393f

Browse files
committed
Build sparrow from main and not last version
1 parent 4129fe3 commit 76a393f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/external_dependencies.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ endfunction()
4141
set(SPARROW_BUILD_SHARED ${SPARROW_IPC_BUILD_SHARED})
4242
find_package_or_fetch(
4343
PACKAGE_NAME sparrow
44-
VERSION 1.0.0
44+
VERSION 1.0.0 #TODO not used? to be removed
4545
GIT_REPOSITORY https://github.com/man-group/sparrow.git
46-
TAG 1.0.0
46+
TAG main
4747
)
4848

4949
if(NOT TARGET sparrow::sparrow)
@@ -71,4 +71,4 @@ if(SPARROW_IPC_BUILD_TESTS)
7171
GIT_REPOSITORY https://github.com/doctest/doctest.git
7272
TAG v2.4.12
7373
)
74-
endif()
74+
endif()

0 commit comments

Comments
 (0)