mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Tests: Restore PLplot contract test repository https URL
Switch back to the `https://` repository URL but without the `.git` extensions. It seems faster than the `git://` protocol for this server.
This commit is contained in:
@@ -9,7 +9,7 @@ if(NOT PLplot_GIT_TAG)
|
||||
set(PLplot_GIT_TAG "plplot-5.13.0")
|
||||
endif()
|
||||
ExternalProject_Add(PLplot
|
||||
GIT_REPOSITORY "git://git.code.sf.net/p/plplot/plplot"
|
||||
GIT_REPOSITORY "https://git.code.sf.net/p/plplot/plplot"
|
||||
GIT_TAG "${PLplot_GIT_TAG}"
|
||||
PREFIX "${PLplot_PREFIX}"
|
||||
CMAKE_ARGS
|
||||
|
||||
Reference in New Issue
Block a user