Skip to content

Commit 49b9d64

Browse files
committed
Deps - Fix repo link
1 parent eb06003 commit 49b9d64

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/external/dstlib.cmake

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,12 @@ set(DSTLIB_PACKAGE_BUILDER OFF)
1414

1515
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
1616

17-
if(DEFINED ENV{DSTLIB_CI_TOKEN})
18-
set(GIT_REPO https://$ENV{DSTLIB_CI_TOKEN}@gitlab.liberouter.org/feta/wif-group/dst.git)
19-
else()
20-
set(GIT_REPO [email protected]:feta/wif-group/dst.git)
21-
endif()
17+
set(GIT_REPO https://github.com/AjayOommen/LIBDST.git)
2218

2319
FetchContent_Declare(
2420
dstlib
2521
GIT_REPOSITORY ${GIT_REPO}
26-
GIT_TAG "v1.0.2"
22+
GIT_TAG "main"
2723
GIT_SHALLOW 1
2824
)
2925

0 commit comments

Comments
 (0)