From 3f3276fd9f5785977e0ab5c4400fb8d959c77de8 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 12 Jul 2015 13:56:49 +0200 Subject: [PATCH] Changing gperftools pointer from code.google.com to github.com --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f0d1960f..9d54097db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) @@ -896,7 +896,7 @@ if(ENABLE_GPERFTOOLS) if ( NOT GPERFTOOLS_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 "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 ) message(STATUS "GPerftools libraries found." ) message(STATUS "Binaries will be compiled with 'tcmalloc' and 'profiler' libraries.")