diff --git a/DeployMacros.cmake b/DeployMacros.cmake index fc30505..b54fcba 100644 --- a/DeployMacros.cmake +++ b/DeployMacros.cmake @@ -155,7 +155,7 @@ include(TargetArch) if (NOT MY_ARCH) target_architecture(MY_ARCH) endif() -if (NOT _dep_exists) +if (NOT _dep_exists AND NOT PIP_FREERTOS) set(_dep_exists 1) add_custom_target(deploy COMMENT "Deploy") endif()