From ac2e8f1117e3f23f5aaef8777e0aebec16872726 Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Thu, 11 Apr 2024 17:20:03 -0500 Subject: [PATCH] Add News --- docs/news.d/cmake-cxx-std.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/news.d/cmake-cxx-std.rst b/docs/news.d/cmake-cxx-std.rst index 378d78eb551..2284b746924 100644 --- a/docs/news.d/cmake-cxx-std.rst +++ b/docs/news.d/cmake-cxx-std.rst @@ -1,7 +1,8 @@ -.. news-prs: 4481 +.. news-prs: 4481 4487 .. news-start-section: Platform Support and Dependencies .. news-start-section: Building with CMake -- Fixed :ghissue:`building with CMake and Apple Clang on macOS <4478>` without setting ``-DCMAKE_CXX_STANDARD=14`` or using ACE 6 by setting :cmake:var:`OPENDDS_CXX_STD` when ACE 7 is used. +- Fixed :ghissue:`building with CMake and Apple Clang on macOS <4478>` without setting ``-DCMAKE_CXX_STANDARD=14`` or using ACE 6. +- Added support for C++03 and some support for building ACE/TAO with the same compiler and C++ standard as OpenDDS. .. news-end-section .. news-end-section