commit | 29088a414610b1eea20aaeb89d31ffd433eb442c | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Feb 01 09:38:26 2022 +0100 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Feb 01 09:38:26 2022 +0100 |
tree | 2e23095c4588022d081589905856098f6aa54e34 | |
parent | 6fdc9e8df1f2c7895260ac0b5fd5e4577da414a8 [diff] [blame] |
Avoid duplicate program names Visual Studio and CMake didn't like having targets with the same name, albeit in different directories. Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/programs/hash/CMakeLists.txt b/programs/hash/CMakeLists.txt index 9ff1df1..da98188 100644 --- a/programs/hash/CMakeLists.txt +++ b/programs/hash/CMakeLists.txt
@@ -1,7 +1,7 @@ set(executables generic_sum hello - hmac_demo + md_hmac_demo ) foreach(exe IN LISTS executables)