From 06bf0d6b81b4a0ba36a27e23b8f9e48c5b5b51d5 Mon Sep 17 00:00:00 2001 From: Jakob Bornecrantz Date: Sat, 17 Jun 2023 16:50:56 +0100 Subject: [PATCH] doc: Improve !1262 changelogs --- doc/changes/misc_fixes/mr.1262.1.md | 2 ++ doc/changes/misc_fixes/mr.1262.2.md | 3 +++ doc/changes/misc_fixes/mr.1262.md | 2 -- 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 doc/changes/misc_fixes/mr.1262.1.md create mode 100644 doc/changes/misc_fixes/mr.1262.2.md delete mode 100644 doc/changes/misc_fixes/mr.1262.md diff --git a/doc/changes/misc_fixes/mr.1262.1.md b/doc/changes/misc_fixes/mr.1262.1.md new file mode 100644 index 000000000..c40c36e55 --- /dev/null +++ b/doc/changes/misc_fixes/mr.1262.1.md @@ -0,0 +1,2 @@ +cmake: Build system will now error out, rather than silently disable the option, +if you specifically enable an option whose dependencies are unavailable. diff --git a/doc/changes/misc_fixes/mr.1262.2.md b/doc/changes/misc_fixes/mr.1262.2.md new file mode 100644 index 000000000..20577c899 --- /dev/null +++ b/doc/changes/misc_fixes/mr.1262.2.md @@ -0,0 +1,3 @@ +cmake: Build system option `XRT_HAVE_SLAM` has been renamed to +`XRT_FEATURE_SLAM` to more accurately describe it, with corresponding move from +`xrt_config_have.h` to `xrt_config_build.h`. diff --git a/doc/changes/misc_fixes/mr.1262.md b/doc/changes/misc_fixes/mr.1262.md deleted file mode 100644 index 22a736750..000000000 --- a/doc/changes/misc_fixes/mr.1262.md +++ /dev/null @@ -1,2 +0,0 @@ -- Build system will now error out, rather than silently disable the option, if you specifically enable an option whose dependencies are unavailable. -- Build system option: `XRT_HAVE_SLAM` has been renamed to `XRT_FEATURE_SLAM` to more accurately describe it, with corresponding move from `xrt_config_have.h` to `xrt_config_build.h`.