remode deploy target for freertos

This commit is contained in:
2020-11-06 15:28:23 +03:00
parent 37eb315414
commit 2ae5178e58

View File

@@ -155,7 +155,7 @@ include(TargetArch)
if (NOT MY_ARCH) if (NOT MY_ARCH)
target_architecture(MY_ARCH) target_architecture(MY_ARCH)
endif() endif()
if (NOT _dep_exists) if (NOT _dep_exists AND NOT PIP_FREERTOS)
set(_dep_exists 1) set(_dep_exists 1)
add_custom_target(deploy COMMENT "Deploy") add_custom_target(deploy COMMENT "Deploy")
endif() endif()