Skip to content

Commit 1ce35d4

Browse files
Set correct descriptions for gprof and MLPCpp support
1 parent a9a1dea commit 1ce35d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson_options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ option('extra-deps', type : 'string', value : '', description: 'comma-separated
2020
option('enable-mpp', type : 'boolean', value : false, description: 'enable Mutation++ support')
2121
option('install-mpp', type : 'boolean', value : false, description: 'install Mutation++ in the directory defined with --prefix')
2222
option('enable-coolprop', type : 'boolean', value : false, description: 'enable CoolProp support')
23-
option('enable-mlpcpp', type : 'boolean', value : false, description: 'enable profiling through gprof')
24-
option('enable-gprof', type : 'boolean', value : false, description: 'enable MLPCpp support')
23+
option('enable-mlpcpp', type : 'boolean', value : false, description: 'enable MLPCpp support')
24+
option('enable-gprof', type : 'boolean', value : false, description: 'enable profiling through gprof')
2525
option('opdi-backend', type : 'combo', choices : ['auto', 'macro', 'ompt'], value : 'auto', description: 'OpDiLib backend choice')
2626
option('codi-tape', type : 'combo', choices : ['JacobianLinear', 'JacobianReuse', 'JacobianMultiUse', 'PrimalLinear', 'PrimalReuse', 'PrimalMultiUse'], value : 'JacobianLinear', description: 'CoDiPack tape choice')
2727
option('opdi-shared-read-opt', type : 'boolean', value : true, description : 'OpDiLib shared reading optimization')

0 commit comments

Comments
 (0)