Commit b4a4b650 authored by Dominik Charousset's avatar Dominik Charousset

Update CMake option names

parent ab31da2d
...@@ -99,10 +99,10 @@ config = [ ...@@ -99,10 +99,10 @@ config = [
], ],
Windows: [ Windows: [
debug: defaultDebugBuildFlags + [ debug: defaultDebugBuildFlags + [
'CAF_BUILD_OPENSSL_MODULE:BOOL=OFF', 'CAF_ENABLE_OPENSSL_MODULE:BOOL=OFF',
], ],
release: defaultReleaseBuildFlags + [ release: defaultReleaseBuildFlags + [
'CAF_BUILD_OPENSSL_MODULE:BOOL=OFF', 'CAF_ENABLE_OPENSSL_MODULE:BOOL=OFF',
], ],
], ],
], ],
...@@ -159,7 +159,7 @@ pipeline { ...@@ -159,7 +159,7 @@ 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_ENABLE_IO_MODULE:BOOL=OFF ' +
'-DCAF_ENABLE_UTILITY_TARGETS:BOOL=ON', '-DCAF_ENABLE_UTILITY_TARGETS:BOOL=ON',
steps: [[ steps: [[
args: '--target consistency-check', args: '--target consistency-check',
......
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