Skip to content

Commit 46b9b15

Browse files
tejlmandgalak
authored andcommitted
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 <[email protected]>
1 parent 235f565 commit 46b9b15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/subsys/ipc/openamp/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ExternalProject_Add(
2424
INSTALL_COMMAND "" # This particular build system has no install command
2525
BUILD_BYPRODUCTS "${CMAKE_CURRENT_BINARY_DIR}/openamp_remote-prefix/src/openamp_remote-build/zephyr/zephyr.bin"
2626
# NB: Do we need to pass on more CMake variables?
27+
BUILD_ALWAYS True
2728
)
2829
add_dependencies(core_m0_inc_target openamp_remote)
2930

0 commit comments

Comments
 (0)