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

[Jenkins] Do not build utils on Windows 32-bit.

parent dfba8f51
No related branches found
No related tags found
No related merge requests found
......@@ -5,9 +5,8 @@ def defaultCMakeOptions =
'-DOGS_LIB_VTK=System ' +
'-DOGS_DOWNLOAD_ADDITIONAL_CONTENT=ON ' +
'-DOGS_BUILD_GUI=ON ' +
'-DOGS_BUILD_UTILS=ON ' +
'-DOGS_BUILD_UTILS=OFF ' +
'-DOGS_BUILD_TESTS=OFF ' +
'-DOGS_BUILD_METIS=ON ' +
'-DOGS_BUILD_CLI=OFF'
def configure = new ogs.configure()
......
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