Skip to content

Commit 2f92e93

Browse files
author
Felipe Torrezan
authored
Fix: iar-cspy-arm.cmake (#23)
* Update iar-cspy-arm.cmake - cspybat is not strictly required (BX)
1 parent c3bdda6 commit 2f92e93

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

examples/arm/iar-cspy-arm.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ function(iar_cspy_add_test TARGET TEST_NAME EXPECTED_OUTPUT)
55
find_program(CSPY_BAT
66
NAMES cspybat CSpyBat
77
PATHS ${TOOLKIT_DIR}/../common
8-
PATH_SUFFIXES bin
9-
REQUIRED )
8+
PATH_SUFFIXES bin)
109

1110
# Check if C-SPY is being run from BX
1211
if(WIN32)

0 commit comments

Comments
 (0)