mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +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
|
else
|
||||||
msgs += cpp_std_opt_msg
|
msgs += cpp_std_opt_msg
|
||||||
endif
|
endif
|
||||||
error('\n'.join(msgs))
|
if netconf_opt.enabled()
|
||||||
|
error('\n'.join(msgs))
|
||||||
|
else
|
||||||
|
warning('\n'.join(msgs))
|
||||||
|
NETCONF_DEP = disabler()
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
result = cpp.run(
|
result = cpp.run(
|
||||||
|
Reference in New Issue
Block a user