summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 02568ba10e..21be37be1e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,6 +75,11 @@ if( UNIX )
find_package(Readline)
find_package(ZLIB)
find_package(BZip2)
+
+ if ( WITH_PERFTOOLS )
+ find_package(Gperftools)
+ endif()
+
endif()
if(NOT WITHOUT_GIT)