doc: Improve !1262 changelogs

This commit is contained in:
Jakob Bornecrantz 2023-06-17 16:50:56 +01:00
parent f76393ecfb
commit 06bf0d6b81
3 changed files with 5 additions and 2 deletions

View file

@ -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.

View file

@ -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`.

View file

@ -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`.