Skip to content

Commit

Permalink
update paraview 5.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NorbertHofbauer committed Oct 20, 2024
1 parent 1b556df commit b76dfb7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ if (WIN32)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/Icons/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/Release/Icons/)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/Solver/CalculiX/Win/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/Release/Solver/)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/Postprocessor/CGX/Win/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/Release/Postprocessor/CGX/)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/Postprocessor/ParaView/Win/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/Release/Postprocessor/ParaView/)
# if missing -> please download paraview binaries from https://www.paraview.org/download/
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/../../ParaView-5.13.1-MPI-Windows-Python3.10-msvc2017-AMD64/ DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/Release/Postprocessor/ParaView/)
endif (WIN32)
if (UNIX)
file(COPY ${CMAKE_CURRENT_SOURCE_DIR}/PythonInterface/calculix_pythoninterface.py DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/)
Expand Down

0 comments on commit b76dfb7

Please sign in to comment.