cmake: flash: remove references to cache
The `create_runners_yaml` function no longer saves the yaml file
location in the cmake cache since 5b4c8945
.
Signed-off-by: Jordan Yates <jordan@embeint.com>
This commit is contained in:
parent
ac983f633e
commit
ccb616c967
1 changed files with 2 additions and 3 deletions
|
@ -77,8 +77,7 @@ function(runners_yaml_append_config)
|
||||||
runners_yaml_append("")
|
runners_yaml_append("")
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
||||||
# Save runner state in a YAML file, and put that YAML file's location
|
# Save runner state in a YAML file.
|
||||||
# in the cache.
|
|
||||||
function(create_runners_yaml)
|
function(create_runners_yaml)
|
||||||
set(runners ${ARGV})
|
set(runners ${ARGV})
|
||||||
|
|
||||||
|
@ -128,7 +127,7 @@ function(create_runners_yaml)
|
||||||
endif()
|
endif()
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
# Write the final contents and set its location in the cache.
|
# Write the final contents.
|
||||||
file(GENERATE OUTPUT "${runners_yaml}" CONTENT
|
file(GENERATE OUTPUT "${runners_yaml}" CONTENT
|
||||||
$<TARGET_PROPERTY:runners_yaml_props_target,yaml_contents>)
|
$<TARGET_PROPERTY:runners_yaml_props_target,yaml_contents>)
|
||||||
endfunction()
|
endfunction()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue