mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37: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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user