From f6e121462559ca34d15e895bb2c9a4e8bdf5d788 Mon Sep 17 00:00:00 2001 From: Martyn Gigg <martyn.gigg@stfc.ac.uk> Date: Tue, 24 Jun 2014 08:52:02 +0100 Subject: [PATCH] Fix typo in dependency list for google-perftools. Refs #9724 --- Code/Mantid/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Mantid/CMakeLists.txt b/Code/Mantid/CMakeLists.txt index 8d0ad569a47..b0e7ff3f1be 100644 --- a/Code/Mantid/CMakeLists.txt +++ b/Code/Mantid/CMakeLists.txt @@ -244,7 +244,7 @@ if ( ENABLE_CPACK ) "liboce-foundation8,liboce-modeling8," "libmuparser2," "ipython-qtconsole (>= 1.1),python-matplotlib,python-scipy" ) - set ( PERFTOOLS_DEBPACKAGE "libgoogle-perftools4 (>= 1.7)" ) + set ( PERFTOOLS_DEB_PACKAGE "libgoogle-perftools4 (>= 1.7)" ) else() message( WARNING "Mantid does not support packaging of this Ubuntu version: ${UNIX_CODENAME}") endif() -- GitLab