mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-08 03:09:56 +00:00
cmake: Fix library order
A library that depends on another one should come first in the list of libraries to link against. Signed-off-by: Ronald Cron <[email protected]>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
set(libs
|
||||
${tfpsacrypto_target}
|
||||
${mbedx509_target}
|
||||
${tfpsacrypto_target}
|
||||
)
|
||||
|
||||
set(executables
|
||||
|
||||
Reference in New Issue
Block a user