1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Rename DEV_MODE to GEN_FILES

GEN_FILES is a bit clearer as it describes what the setting
does more precisely.

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2021-10-20 17:14:23 +01:00
parent 3e30ad9b0d
commit a8d1406107
7 changed files with 10 additions and 10 deletions

View File

@ -109,7 +109,7 @@ set(src_tls
ssl_tls13_generic.c
)
if(DEV_MODE)
if(GEN_FILES)
find_package(Perl REQUIRED)
file(GLOB error_headers ${CMAKE_CURRENT_SOURCE_DIR}/../include/mbedtls/*.h)