commit | 986a15199d40f354d467144f0c55ced36d161c1a | [log] [tgz] |
---|---|---|
author | Jaeden Amero <jaeden.amero@arm.com> | Fri Nov 02 10:13:30 2018 +0000 |
committer | Jaeden Amero <jaeden.amero@arm.com> | Thu Apr 25 11:46:21 2019 +0100 |
tree | ede3a7b8644cbe14fd7d722404b121aad799ce58 | |
parent | 0688e4f2668dab8ad95b734c23b35977134a6d21 [diff] [blame] |
programs, tests: Depend only on libmbedcrypto Update the tests and programs to depend only on libmbedcrypto, since we'll soon only build libmbedcrypto.
diff --git a/programs/util/CMakeLists.txt b/programs/util/CMakeLists.txt index f9b6604..4c3fb0d 100644 --- a/programs/util/CMakeLists.txt +++ b/programs/util/CMakeLists.txt
@@ -1,5 +1,5 @@ set(libs - mbedtls + mbedcrypto ) add_executable(strerror strerror.c)