samples: openamp: Fix cmake warning
Fix the following CMake Warning: implicitly converting 'string' to 'STRING' type. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
552508506f
commit
91ab377716
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ ExternalProject_Add(
|
|||
openamp_remote
|
||||
SOURCE_DIR ${APPLICATION_SOURCE_DIR}/remote
|
||||
INSTALL_COMMAND "" # This particular build system has no install command
|
||||
CMAKE_CACHE_ARGS -DBOARD:string=${BOARD_REMOTE}
|
||||
CMAKE_CACHE_ARGS -DDTC_OVERLAY_FILE:string=${DTC_OVERLAY_FILE}
|
||||
CMAKE_CACHE_ARGS -DBOARD:STRING=${BOARD_REMOTE}
|
||||
CMAKE_CACHE_ARGS -DDTC_OVERLAY_FILE:STRING=${DTC_OVERLAY_FILE}
|
||||
BUILD_BYPRODUCTS "${REMOTE_ZEPHYR_DIR}/zephyr.bin"
|
||||
# NB: Do we need to pass on more CMake variables?
|
||||
BUILD_ALWAYS True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue