openamp: ensure external openamp is build when target is out-of-date
Fixes: #19918 https://cmake.org/cmake/help/latest/module/ExternalProject.html Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
235f5654d1
commit
46b9b15c6d
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ ExternalProject_Add(
|
|||
INSTALL_COMMAND "" # This particular build system has no install command
|
||||
BUILD_BYPRODUCTS "${CMAKE_CURRENT_BINARY_DIR}/openamp_remote-prefix/src/openamp_remote-build/zephyr/zephyr.bin"
|
||||
# NB: Do we need to pass on more CMake variables?
|
||||
BUILD_ALWAYS True
|
||||
)
|
||||
add_dependencies(core_m0_inc_target openamp_remote)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue