2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#3785] Removed CXX*

This commit is contained in:
Francis Dupont
2025-03-26 21:42:45 +01:00
parent b3c5244fe4
commit 83f7a592a8

View File

@@ -305,8 +305,8 @@ else
endif
message(f'Detected C++ standard (__cplusplus value) is @cpp_standard@.')
cpp_std_opt = get_option('cpp_std')
no_cpp_std_opt_msg = 'Please set a C++ standard by passing the -Dcpp_std argument to meson or by setting a CXX variable.'
cpp_std_opt_msg = f'-Dcpp_std=@cpp_std_opt@ is not enough.'
no_cpp_std_opt_msg = 'Please set a C++ standard by passing the -D cpp_std argument to meson.'
cpp_std_opt_msg = f'-D cpp_std=@cpp_std_opt@ is not enough.'
if cpp_standard.version_compare('<201100')
msgs = [
'Kea requires at least C++11 to build.',