From 9863742cd2c9db859e58ec64a367bb920743cbd0 Mon Sep 17 00:00:00 2001 From: Martin Kojtal Date: Tue, 2 Mar 2021 08:42:22 +0000 Subject: [PATCH] CMake rtos: we link rtos in mbed-os where it gets all flags --- cmsis/device/rtos/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmsis/device/rtos/CMakeLists.txt b/cmsis/device/rtos/CMakeLists.txt index b34e468f12..a8b152a181 100644 --- a/cmsis/device/rtos/CMakeLists.txt +++ b/cmsis/device/rtos/CMakeLists.txt @@ -30,5 +30,3 @@ target_compile_definitions(mbed-rtos INTERFACE MBED_CONF_RTOS_PRESENT=1 ) - -target_include_directories(mbed-rtos INTERFACE $)