Changelog: clarify some cmake-related entries as being about cmake

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine 2022-06-09 18:48:21 +02:00
parent fed024dd52
commit 8df3623bee
3 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
Changes
* Add aliases for libraries so that the normal MbedTLS::* targets
work when MbedTLS is built as a subdirectory. Allows use of
CMake's FetchContent, as requested in #5688.
* In CMake builds, add aliases for libraries so that the normal MbedTLS::*
targets work when MbedTLS is built as a subdirectory. This allows the
use of FetchContent, as requested in #5688.

View File

@ -1,3 +1,3 @@
Changes
* cmake: Fix runtime library install location in mingw
This install DLLs in bin directory instead of lib.
* Fix runtime library install location when building with CMake and MinGW.
DLLs are now installed in the bin directory instead of lib.

View File

@ -1,3 +1,3 @@
Bugfix
* Fix compilation on Windows when building shared library, by setting
library search path to CMAKE_CURRENT_BINARY_DIR.
* Fix the library search path when building a shared library with CMake
on Windows.