Skip to content

Commit

Permalink
Merge branch '7363_vates_paraview_4p3' of github.com:mantidproject/ma…
Browse files Browse the repository at this point in the history
…ntid into 7363_vates_paraview_4p3
  • Loading branch information
OwenArnold committed Apr 8, 2015
2 parents c43bfde + e914c84 commit e270134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Code/Mantid/CMakeLists.txt
Expand Up @@ -156,13 +156,13 @@ if ( MAKE_VATES )
add_subdirectory ( Vates )

LIST( APPEND CPACK_INSTALL_CMAKE_PROJECTS
"${ParaView_DIR}" "ParaView Runtime Libs" "Libraries" "/"
"${ParaView_DIR}" "ParaView Runtime Libs" "Runtime" "${INBUNDLE}/"
)
LIST( APPEND CPACK_INSTALL_CMAKE_PROJECTS
"${ParaView_DIR}" "VTK Runtime Libs" "RuntimeLibraries" "/"
"${ParaView_DIR}" "VTK Runtime Libs" "RuntimeLibraries" "${INBUNDLE}/"
)
LIST( APPEND CPACK_INSTALL_CMAKE_PROJECTS
"${ParaView_DIR}" "HDF5 Core Library" "libraries" "/"
"${ParaView_DIR}" "HDF5 Core Library" "libraries" "${INBUNDLE}/"
)
endif ( MAKE_VATES )

Expand Down

0 comments on commit e270134

Please sign in to comment.