2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#3732] Do not interrupt "meson setup build" without any arguments because of NETCONF not supporting a C++ standard that is too low

This commit is contained in:
Andrei Pavel 2025-04-01 12:46:52 +03:00
parent 42edde7415
commit 019d59f7e8
No known key found for this signature in database
GPG Key ID: D4E804481939CB21

View File

@ -343,7 +343,12 @@ if NETCONF_DEP.found() and cpp_standard.version_compare('<202000')
else
msgs += cpp_std_opt_msg
endif
error('\n'.join(msgs))
if netconf_opt.enabled()
error('\n'.join(msgs))
else
warning('\n'.join(msgs))
NETCONF_DEP = disabler()
endif
endif
result = cpp.run(