File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -60,16 +60,25 @@ set(SPARROW_BUILD_SHARED ${SPARROW_IPC_BUILD_SHARED})
6060if (${SPARROW_IPC_BUILD_TESTS} )
6161 set (CREATE_JSON_READER_TARGET ON )
6262endif ()
63+
6364find_package_or_fetch(
6465 PACKAGE_NAME sparrow
6566 GIT_REPOSITORY https://github.com/man-group/sparrow.git
66- TAG 1.2 .0
67+ TAG 1.3 .0
6768)
69+
70+ find_package_or_fetch(
71+ PACKAGE_NAME sparrow-json-reader
72+ GIT_REPOSITORY https://github.com/man-group/sparrow.git
73+ TAG 1.3.0
74+ )
75+
6876unset (CREATE_JSON_READER_TARGET)
6977
7078if (NOT TARGET sparrow::sparrow)
7179 add_library (sparrow::sparrow ALIAS sparrow)
7280endif ()
81+
7382if (${SPARROW_IPC_BUILD_TESTS} )
7483 if (NOT TARGET sparrow::json_reader)
7584 add_library (sparrow::json_reader ALIAS json_reader)
You can’t perform that action at this time.
0 commit comments