Skip to content

Commit ccb616c

Browse files
JordanYatesfabiobaltieri
authored andcommitted
cmake: flash: remove references to cache
The `create_runners_yaml` function no longer saves the yaml file location in the cmake cache since 5b4c894. Signed-off-by: Jordan Yates <[email protected]>
1 parent ac983f6 commit ccb616c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cmake/flash/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,7 @@ function(runners_yaml_append_config)
7777
runners_yaml_append("")
7878
endfunction()
7979

80-
# Save runner state in a YAML file, and put that YAML file's location
81-
# in the cache.
80+
# Save runner state in a YAML file.
8281
function(create_runners_yaml)
8382
set(runners ${ARGV})
8483

@@ -128,7 +127,7 @@ function(create_runners_yaml)
128127
endif()
129128
endforeach()
130129

131-
# Write the final contents and set its location in the cache.
130+
# Write the final contents.
132131
file(GENERATE OUTPUT "${runners_yaml}" CONTENT
133132
$<TARGET_PROPERTY:runners_yaml_props_target,yaml_contents>)
134133
endfunction()

0 commit comments

Comments
 (0)