Skip to content

Commit

Permalink
Modified cmake. Refs #11636
Browse files Browse the repository at this point in the history
It now uses the same libraries for Ubuntu utopic and vivid as in thrusty
  • Loading branch information
AndreiSavici committed Apr 28, 2015
1 parent 797b965 commit 74602f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/CMakeLists.txt
Expand Up @@ -268,7 +268,7 @@ if ( ENABLE_CPACK )
"libmuparser0debian1,"
"ipython-qtconsole (>= 1.1),python-matplotlib,python-scipy,"
"libpocofoundation9,libpocoutil9,libpoconet9,libpoconetssl9,libpococrypto9,libpocoxml9")
elseif( "${UNIX_CODENAME}" STREQUAL "trusty" )
elseif( "${UNIX_CODENAME}" STREQUAL "trusty" OR "${UNIX_CODENAME}" STREQUAL "utopic" OR "${UNIX_CODENAME}" STREQUAL "vivid")
list ( APPEND DEPENDS_LIST ",libqscintilla2-11,"
"liboce-foundation8,liboce-modeling8,"
"libmuparser2,"
Expand Down

0 comments on commit 74602f3

Please sign in to comment.