Clarify that these two entries are about CMake

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2022-11-29 22:40:21 +01:00
parent 20c1f03dd5
commit 6d069afe6b
2 changed files with 4 additions and 4 deletions

View file

@ -1,3 +1,3 @@
Bugfix
* Fix an issue in releases with GEN_FILES turned off whereby missing
generated files could be turned into symlinks to themselves.
* Fix an issue with CMake builds in releases with GEN_FILES turned off,
whereby missing generated files could be turned into symlinks to themselves.

View file

@ -1,3 +1,3 @@
Bugfix
* Fix a build issue on Windows where the source and build directory could not be on
different drives (#5751).
* Fix a build issue on Windows using CMake where the source and build
directory could not be on different drives. Fixes #5751.