Skip to content

Commit 510b4bb

Browse files
committed
Fix format range, error instead of message.
1 parent 9c7034f commit 510b4bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ if get_option('enable-autodiff') and not omp
9696
elif get_option('codi-tape') == 'PrimalMultiUse'
9797
codi_rev_args += '-DCODI_PRIMAL_MULTIUSE_TAPE'
9898
else
99-
message('Invalid CoDiPack tape choice @1@'.format(get_option('codi-tape')))
99+
error('Invalid CoDiPack tape choice @0@'.format(get_option('codi-tape')))
100100
endif
101101

102102
if get_option('codi-tape') != 'JacobianLinear'

0 commit comments

Comments
 (0)