From 3a670b55b688c9f2160d0de34c74d46a466aae24 Mon Sep 17 00:00:00 2001 From: Ilia Motornyi Date: Mon, 25 Oct 2021 14:56:12 +0300 Subject: [PATCH] Update CMakeLists.txt.tpl (#4089) --- platformio/ide/tpls/clion/CMakeLists.txt.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio/ide/tpls/clion/CMakeLists.txt.tpl b/platformio/ide/tpls/clion/CMakeLists.txt.tpl index 3153e616..ca3099ee 100644 --- a/platformio/ide/tpls/clion/CMakeLists.txt.tpl +++ b/platformio/ide/tpls/clion/CMakeLists.txt.tpl @@ -26,7 +26,7 @@ add_custom_target( add_custom_target( Debug ALL - COMMAND platformio -c clion run --target debug "$<$>:-e${CMAKE_BUILD_TYPE}>" + COMMAND platformio -c clion debug "$<$>:-e${CMAKE_BUILD_TYPE}>" WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} )