Commit 4c58b56c authored by Dominik Charousset's avatar Dominik Charousset

Add missing CMake flag

parent 9aa2ff45
...@@ -159,7 +159,8 @@ pipeline { ...@@ -159,7 +159,8 @@ pipeline {
buildDir: 'build', buildDir: 'build',
installation: 'cmake in search path', installation: 'cmake in search path',
sourceDir: '.', sourceDir: '.',
cmakeArgs: '-DCAF_BUILD_IO_MODULE:BOOL=OFF', cmakeArgs: '-DCAF_BUILD_IO_MODULE:BOOL=OFF ' +
'-DCAF_ENABLE_UTILITY_TARGETS:BOOL=ON',
steps: [[ steps: [[
args: '--target consistency-check', args: '--target consistency-check',
withCmake: true, withCmake: true,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment