From 28f745515e4edb65ef2d2abad29bf13a107ea4d8 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Fri, 14 Nov 2025 15:06:58 +0100 Subject: [PATCH] Changelog entry for fix #10502 Signed-off-by: Gilles Peskine --- ChangeLog.d/config_checks_generator-fix-windows-path.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ChangeLog.d/config_checks_generator-fix-windows-path.txt diff --git a/ChangeLog.d/config_checks_generator-fix-windows-path.txt b/ChangeLog.d/config_checks_generator-fix-windows-path.txt new file mode 100644 index 0000000000..e5726cf77b --- /dev/null +++ b/ChangeLog.d/config_checks_generator-fix-windows-path.txt @@ -0,0 +1,3 @@ +Bugfix + * Fix CMake failure on Windows because of a native directory separator. + Fixes #10502.