Skip to content

Commit

Permalink
Merge pull request #665 from mantidproject/11636_ubuntu_cmake
Browse files Browse the repository at this point in the history
Create deb packages for ubuntu 15.04
  • Loading branch information
rosswhitfield committed Apr 28, 2015
2 parents 797b965 + 74602f3 commit 06b0c67
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 06b0c67

Please sign in to comment.