mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-10 06:44:28 +00:00
Changelog: clarify some cmake-related entries as being about cmake
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
fed024dd52
commit
8df3623bee
@ -1,4 +1,4 @@
|
|||||||
Changes
|
Changes
|
||||||
* Add aliases for libraries so that the normal MbedTLS::* targets
|
* In CMake builds, add aliases for libraries so that the normal MbedTLS::*
|
||||||
work when MbedTLS is built as a subdirectory. Allows use of
|
targets work when MbedTLS is built as a subdirectory. This allows the
|
||||||
CMake's FetchContent, as requested in #5688.
|
use of FetchContent, as requested in #5688.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Changes
|
Changes
|
||||||
* cmake: Fix runtime library install location in mingw
|
* Fix runtime library install location when building with CMake and MinGW.
|
||||||
This install DLLs in bin directory instead of lib.
|
DLLs are now installed in the bin directory instead of lib.
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
Bugfix
|
Bugfix
|
||||||
* Fix compilation on Windows when building shared library, by setting
|
* Fix the library search path when building a shared library with CMake
|
||||||
library search path to CMAKE_CURRENT_BINARY_DIR.
|
on Windows.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user