Skip to content
Snippets Groups Projects
Commit a972933b authored by Mattijs Janssens's avatar Mattijs Janssens
Browse files

rpath was set

parent 34ecc21e
No related branches found
No related tags found
No related merge requests found
...@@ -140,6 +140,7 @@ buildParaView () ...@@ -140,6 +140,7 @@ buildParaView ()
{ {
# set general options # set general options
addCMakeVariable "BUILD_SHARED_LIBS:BOOL=ON" addCMakeVariable "BUILD_SHARED_LIBS:BOOL=ON"
addCMakeVariable "VTK_USE_RPATH:BOOL=OFF"
addCMakeVariable "CMAKE_BUILD_TYPE:STRING=Release" addCMakeVariable "CMAKE_BUILD_TYPE:STRING=Release"
# set paraview environment # set paraview environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment