Skip to content

Commit 83f7a59

Browse files
committed
[#3785] Removed CXX*
1 parent b3c5244 commit 83f7a59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

meson.build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,8 @@ else
305305
endif
306306
message(f'Detected C++ standard (__cplusplus value) is @cpp_standard@.')
307307
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.'
308+
no_cpp_std_opt_msg = 'Please set a C++ standard by passing the -D cpp_std argument to meson.'
309+
cpp_std_opt_msg = f'-D cpp_std=@cpp_std_opt@ is not enough.'
310310
if cpp_standard.version_compare('<201100')
311311
msgs = [
312312
'Kea requires at least C++11 to build.',

0 commit comments

Comments
 (0)