]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3785] Removed CXX*
authorFrancis Dupont <fdupont@isc.org>
Wed, 26 Mar 2025 20:42:45 +0000 (21:42 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 26 Mar 2025 21:17:12 +0000 (22:17 +0100)
meson.build

index 8c75d00fe683c6c1f8cfa1695b56963fa7f96830..a67213bb72f7b87005ff96d39f8530817ebddd45 100644 (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.',