Skip to content
Snippets Groups Projects
Commit 7c3ffcb3 authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Use locally downloaded Eigen (3.2.8) on gcc build.

parent 02a39b8b
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache' ...@@ -2,6 +2,7 @@ def defaultDockerArgs = '-v /home/jenkins/.ccache:/usr/src/.ccache'
def defaultCMakeOptions = def defaultCMakeOptions =
'-DCMAKE_BUILD_TYPE=Release ' + '-DCMAKE_BUILD_TYPE=Release ' +
'-DOGS_LIB_BOOST=System ' + '-DOGS_LIB_BOOST=System ' +
'-DOGS_LIB_EIGEN=Local ' +
'-DOGS_LIB_VTK=System ' '-DOGS_LIB_VTK=System '
def guiCMakeOptions = def guiCMakeOptions =
......
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