From a140aa19523d0bf68a857a2de174044c7e812458 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 29 Mar 2023 13:05:15 -0500 Subject: [PATCH] add a changelog entry --- doc/news/changes/incompatibilities/20230329Maier | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/news/changes/incompatibilities/20230329Maier diff --git a/doc/news/changes/incompatibilities/20230329Maier b/doc/news/changes/incompatibilities/20230329Maier new file mode 100644 index 0000000000..39f4d33a3b --- /dev/null +++ b/doc/news/changes/incompatibilities/20230329Maier @@ -0,0 +1,8 @@ +Updated: deal.II no longer exports the -fPIC/-fpic compiler flags for +compiling relocatable, position independent code. This should have minimal +impact on user projects because CMake is handling the -fPIC/-fpic +automatically. But for some less common scenarios in user projects (e.g., +object targets) it might be necessary to set the POSITION_INDEPENDENT_CODE +target property in CMake. +
+(Matthias Maier, 2023/03/29) -- 2.39.5