Skip to content

Commit b0d2b26

Browse files
committed
[#3732] Add message about disabling netconf
1 parent d378ab3 commit b0d2b26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ if cpp_standard.version_compare('<201400')
349349
endif
350350
# Add Botan 3 to this.
351351
if NETCONF_DEP.found() and cpp_standard.version_compare('<202000')
352-
msgs = ['Netconf dependency requires at least C++20.']
352+
msgs = ['NETCONF dependency requires at least C++20.']
353353
if cpp_std_opt == 'none'
354354
msgs += no_cpp_std_opt_msg
355355
else
@@ -358,6 +358,7 @@ if NETCONF_DEP.found() and cpp_standard.version_compare('<202000')
358358
if netconf_opt.enabled()
359359
error('\n'.join(msgs))
360360
else
361+
msgs += 'Disabling NETCONF.'
361362
warning('\n'.join(msgs))
362363
NETCONF_DEP = disabler()
363364
endif

0 commit comments

Comments
 (0)