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/tests/CMakeLists.txt b/tests/CMakeLists.txt index 0bd94ba..41dceed 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -34,7 +34,7 @@ list(APPEND generated_data_files ${CMAKE_CURRENT_BINARY_DIR}/${file}) endforeach() -if(DEV_MODE) +if(GEN_FILES) add_custom_command( OUTPUT ${generated_data_files}