Browse Source
Fix: iar-cspy-arm.cmake (#23)
* Update iar-cspy-arm.cmake
- cspybat is not strictly required (BX)
pull/24/head
Felipe Torrezan
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
2 deletions
-
examples/arm/iar-cspy-arm.cmake
|
|
@ -5,8 +5,7 @@ function(iar_cspy_add_test TARGET TEST_NAME EXPECTED_OUTPUT) |
|
|
|
find_program(CSPY_BAT |
|
|
|
NAMES cspybat CSpyBat |
|
|
|
PATHS ${TOOLKIT_DIR}/../common |
|
|
|
PATH_SUFFIXES bin |
|
|
|
REQUIRED ) |
|
|
|
PATH_SUFFIXES bin) |
|
|
|
|
|
|
|
# Check if C-SPY is being run from BX |
|
|
|
if(WIN32) |
|
|
|