commit | d1e4ccf0a0c0bf1203b022ed6f50ab5224d96b42 | [log] [tgz] |
---|---|---|
author | Ronald Cron <ronald.cron@arm.com> | Mon Jun 16 16:55:15 2025 +0200 |
committer | Ronald Cron <ronald.cron@arm.com> | Tue Jun 17 09:48:05 2025 +0200 |
tree | 8bd8272221fdfb67828f80b7846d942d15243a41 | |
parent | a3b562aa1742fa46f7f3c3e268aae1f33bc77a3e [diff] [blame] |
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 <ronald.cron@arm.com>
diff --git a/programs/util/CMakeLists.txt b/programs/util/CMakeLists.txt index c1b6b75..fb3ba18 100644 --- a/programs/util/CMakeLists.txt +++ b/programs/util/CMakeLists.txt
@@ -1,6 +1,6 @@ set(libs - ${tfpsacrypto_target} ${mbedx509_target} + ${tfpsacrypto_target} ) set(executables