mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-10-17 15:32:21 +08:00
math/ruy: remove ruy library from cmake list
ruy is not really used, tflite just uses the header file Error log from CMake: ================================================================ -- Configuring done (2.1s) CMake Error at cmake/nuttx_add_library.cmake:183 (add_library): No SOURCES given to target: ruy Call Stack (most recent call first): apps/math/ruy/CMakeLists.txt:57 (nuttx_add_library) Signed-off-by: chao an <anchao@lixiang.com>
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user