forked from ROMEO/obsw
working on lwip
This commit is contained in:
@ -34,9 +34,7 @@ endif()
|
||||
add_executable(${OBSW_NAME})
|
||||
|
||||
# export lwip path, so the bsp can find it
|
||||
if(${CMAKE_CROSSCOMPILING})
|
||||
set (LWIP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/contrib/lwip)
|
||||
endif()
|
||||
set (LWIP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/contrib/lwip)
|
||||
|
||||
# Platform dependend configuration
|
||||
# Includes setting the FreeRTOS port, compiler options and
|
||||
|
Reference in New Issue
Block a user