Skip to content
Snippets Groups Projects
Commit e914c847 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Re #7363. Added INBUNDLE and full paraview

parent 0959e32a
No related merge requests found
......@@ -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 )
......
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