This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

Update file CMakeLists.txt

Ivan Ilak (Mar 16, 2023, 10:57 PM UTC) bd483da7 e388585c

+1 -1
+1 -1
CMakeLists.txt
··· 4 4 set(CMAKE_SYSTEM_PROCESSOR ARM) 5 5 6 6 set(CMAKE_C_COMPILER "arm-none-eabi-gcc") 7 - set(CMAKE_C_COMPILER "arm-none-eabi-gcc") 7 + set(CMAKE_ASM_COMPILER "arm-none-eabi-gcc") 8 8 9 9 # We are using this inside of a docker container that is cross-compiling and we 10 10 # thus want to skip any test, since they will inevitably fail