commit | a8d14061073055ce619b2e254cb8f5e5e827ac0d | [log] [tgz] |
---|---|---|
author | David Horstmann <david.horstmann@arm.com> | Wed Oct 20 17:14:23 2021 +0100 |
committer | David Horstmann <david.horstmann@arm.com> | Mon Oct 25 13:16:04 2021 +0100 |
tree | 3c6d41645e8e5f5740787a48ef488cc2cabd96a5 | |
parent | 3e30ad9b0d8ec230f490088ddd7273e7d592abcf [diff] [blame] |
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>
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index f3b93fb..18aff5a 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -109,7 +109,7 @@ 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)