We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3c5244 commit 83f7a59Copy full SHA for 83f7a59
meson.build
@@ -305,8 +305,8 @@ else
305
endif
306
message(f'Detected C++ standard (__cplusplus value) is @cpp_standard@.')
307
cpp_std_opt = get_option('cpp_std')
308
-no_cpp_std_opt_msg = 'Please set a C++ standard by passing the -Dcpp_std argument to meson or by setting a CXX variable.'
309
-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.'
310
if cpp_standard.version_compare('<201100')
311
msgs = [
312
'Kea requires at least C++11 to build.',
0 commit comments