mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-24 17:41:01 +03:00
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>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
set(executables
|
||||
generic_sum
|
||||
hello
|
||||
hmac_demo
|
||||
md_hmac_demo
|
||||
)
|
||||
|
||||
foreach(exe IN LISTS executables)
|
||||
|
||||
Reference in New Issue
Block a user