Fix indeterminate command for GitLab argument (#137)

This commit is contained in:
jecassis
2020-08-04 02:40:58 -07:00
committed by GitHub
parent f8afae6eb3
commit bd14ccbd5a

View File

@@ -219,7 +219,7 @@ function(CPMAddPackage)
endif()
if (DEFINED CPM_ARGS_GITLAB_REPOSITORY)
list(CPM_ARGS_GIT_REPOSITORY "https://gitlab.com/${CPM_ARGS_GITLAB_REPOSITORY}.git")
set(CPM_ARGS_GIT_REPOSITORY "https://gitlab.com/${CPM_ARGS_GITLAB_REPOSITORY}.git")
endif()
if (DEFINED CPM_ARGS_GIT_REPOSITORY)