diff --git a/toolchains/arm-none-eabi.cmake b/toolchains/arm-none-eabi.cmake index 4d348d7..e57f2ea 100644 --- a/toolchains/arm-none-eabi.cmake +++ b/toolchains/arm-none-eabi.cmake @@ -1,3 +1,5 @@ +SET(CMAKE_TRY_COMPILE_TARGET_TYPE STATIC_LIBRARY) + # the name of the target operating system SET(CMAKE_SYSTEM_NAME Generic)