From 08d88fcf72fb935483e0f9df5f0885600aef97af Mon Sep 17 00:00:00 2001 From: Luc Schrijvers Date: Fri, 24 Oct 2025 09:29:22 +0200 Subject: [PATCH] add changelog change Signed-off-by: Luc Schrijvers --- ChangeLog.d/gnuinstalldirs_include.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 ChangeLog.d/gnuinstalldirs_include.txt diff --git a/ChangeLog.d/gnuinstalldirs_include.txt b/ChangeLog.d/gnuinstalldirs_include.txt new file mode 100644 index 0000000000..1e15768a5f --- /dev/null +++ b/ChangeLog.d/gnuinstalldirs_include.txt @@ -0,0 +1,2 @@ +Bugfix + * CMake now installs headers to `CMAKE_INSTALL_INCLUDEDIR` instead of the hard-coded `include` directory.