Skip to content
Unverified Commit f9dd113a authored by Ahmed Ismail's avatar Ahmed Ismail Committed by GitHub
Browse files

Add minor fixes for FRI (#32)



* docs: Update references of Arm GNU Toolchain supported version

The project supports building with Arm Toolchain v13.2.Rel1.

Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>

* apps: Fix toolchain check in `CMakeLists.txt` files

Due to a syntax error, `CMAKE_C_COMPILER_ID` was incorrectly
compared to `ARMClang` in applications's main `CMakeLists.txt`.
Ensure the conditional statement uses `${CMAKE_C_COMPILER_ID}`
instead.

Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>

---------

Signed-off-by: default avatarAhmed Ismail <Ahmed.Ismail@arm.com>
parent 48625474
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment