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 eb06003 commit 49b9d64Copy full SHA for 49b9d64
src/external/dstlib.cmake
@@ -14,16 +14,12 @@ set(DSTLIB_PACKAGE_BUILDER OFF)
14
15
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
16
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()
+set(GIT_REPO https://github.com/AjayOommen/LIBDST.git)
22
23
FetchContent_Declare(
24
dstlib
25
GIT_REPOSITORY ${GIT_REPO}
26
- GIT_TAG "v1.0.2"
+ GIT_TAG "main"
27
GIT_SHALLOW 1
28
)
29
0 commit comments