1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-15 19:55:47 +00:00

Changing gperftools pointer from code.google.com to github.com

This commit is contained in:
Carles Fernandez 2015-07-12 13:56:49 +02:00
parent f61f065e54
commit 3f3276fd9f

View File

@ -888,7 +888,7 @@ endif(ENABLE_OPENCL)
################################################################################ ################################################################################
# GPerftools - http://code.google.com/p/gperftools/ (OPTIONAL) # GPerftools - https://github.com/gperftools/gperftools (OPTIONAL)
################################################################################ ################################################################################
if(ENABLE_GPERFTOOLS) if(ENABLE_GPERFTOOLS)
@ -896,7 +896,7 @@ if(ENABLE_GPERFTOOLS)
if ( NOT GPERFTOOLS_FOUND ) if ( NOT GPERFTOOLS_FOUND )
message(STATUS "Although ENABLE_GPERFTOOLS has been set to ON, GPerftools has not been found.") message(STATUS "Although ENABLE_GPERFTOOLS has been set to ON, GPerftools has not been found.")
message(STATUS "Binaries will be compiled without 'tcmalloc' and 'profiler' libraries.") message(STATUS "Binaries will be compiled without 'tcmalloc' and 'profiler' libraries.")
message(STATUS "You can install GPerftools from http://code.google.com/p/gperftools/") message(STATUS "You can install GPerftools from https://github.com/gperftools/gperftools")
else( NOT GPERFTOOLS_FOUND ) else( NOT GPERFTOOLS_FOUND )
message(STATUS "GPerftools libraries found." ) message(STATUS "GPerftools libraries found." )
message(STATUS "Binaries will be compiled with 'tcmalloc' and 'profiler' libraries.") message(STATUS "Binaries will be compiled with 'tcmalloc' and 'profiler' libraries.")