diff --git a/math/ruy/CMakeLists.txt b/math/ruy/CMakeLists.txt index 94dbcf7305..b31f497f27 100644 --- a/math/ruy/CMakeLists.txt +++ b/math/ruy/CMakeLists.txt @@ -44,17 +44,4 @@ if(CONFIG_MATH_RUY) endif() endif() - # ############################################################################ - # Include Directory - # ############################################################################ - - set(INCDIR ${CMAKE_CURRENT_LIST_DIR}/ruy) - - # ############################################################################ - # Library Configuration - # ############################################################################ - - nuttx_add_library(ruy STATIC) - target_include_directories(ruy PUBLIC ${INCDIR}) - endif()