1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-11-03 00:33:03 +00:00

Update links (mainly from http to https, fix broken links)

This commit is contained in:
Carles Fernandez
2020-02-05 21:24:46 +01:00
parent e75a1f19d6
commit d6ec2a7b2c
104 changed files with 153 additions and 155 deletions

View File

@@ -231,7 +231,7 @@ find_library(GFORTRAN NAMES gfortran
)
set_package_properties(GFORTRAN PROPERTIES
URL "http://gcc.gnu.org/wiki/GFortran"
URL "https://gcc.gnu.org/fortran/"
DESCRIPTION "GNU Fortran library"
)

View File

@@ -80,7 +80,7 @@ else()
endif()
set_package_properties(GPSTK PROPERTIES
URL "http://www.gpstk.org"
URL "https://github.com/SGL-UT/GPSTk"
)
if(GPSTK_FOUND AND NOT ENABLE_OWN_GPSTK AND NOT TARGET Gpstk::gpstk)

View File

@@ -15,8 +15,6 @@
# You should have received a copy of the GNU General Public License
# along with GNSS-SDR. If not, see <https://www.gnu.org/licenses/>.
#
# This file taken from FindOpenCL project @ http://gitorious.com/findopencl
#
# - Try to find OpenCL
# This module tries to find an OpenCL implementation on your system. It supports

View File

@@ -104,7 +104,7 @@ if(NOT PC_UHD_VERSION)
endif()
set_package_properties(UHD PROPERTIES
URL "https://www.ettus.com/sdr-software/detail/usrp-hardware-driver"
URL "https://www.ettus.com/sdr-software/uhd-usrp-hardware-driver/"
)
if(UHD_FOUND AND UHD_VERSION)