Skip to content
Snippets Groups Projects
Commit f6e12146 authored by Gigg, Martyn Anthony's avatar Gigg, Martyn Anthony
Browse files

Fix typo in dependency list for google-perftools.

Refs #9724
parent a91ccfb3
No related branches found
No related tags found
No related merge requests found
...@@ -244,7 +244,7 @@ if ( ENABLE_CPACK ) ...@@ -244,7 +244,7 @@ if ( ENABLE_CPACK )
"liboce-foundation8,liboce-modeling8," "liboce-foundation8,liboce-modeling8,"
"libmuparser2," "libmuparser2,"
"ipython-qtconsole (>= 1.1),python-matplotlib,python-scipy" ) "ipython-qtconsole (>= 1.1),python-matplotlib,python-scipy" )
set ( PERFTOOLS_DEBPACKAGE "libgoogle-perftools4 (>= 1.7)" ) set ( PERFTOOLS_DEB_PACKAGE "libgoogle-perftools4 (>= 1.7)" )
else() else()
message( WARNING "Mantid does not support packaging of this Ubuntu version: ${UNIX_CODENAME}") message( WARNING "Mantid does not support packaging of this Ubuntu version: ${UNIX_CODENAME}")
endif() endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment