mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-04 14:29:39 +00:00
Next try to fix CMake build on Travis
This commit is contained in:
parent
1c5c2967e4
commit
1bba969a4a
@ -13,7 +13,6 @@ elseif(${CMAKE_SYSTEM_NAME} STREQUAL Linux OR ${CMAKE_SYSTEM_NAME} STREQUAL Darw
|
||||
add_subdirectory(${LWIP_DIR}/contrib/ports/unix/example_app)
|
||||
else()
|
||||
message(WARNING "Host ${CMAKE_SYSTEM_NAME} is not supported to build example_app")
|
||||
include(src/Filelists.cmake)
|
||||
endif()
|
||||
|
||||
# Source package generation
|
||||
@ -27,5 +26,8 @@ set(CPACK_SOURCE_PACKAGE_FILE_NAME "lwip-${LWIP_VERSION_MAJOR}.${LWIP_VERSION_MI
|
||||
include(CPack)
|
||||
|
||||
# Target for package generation
|
||||
if ("${lwipcore_SRCS}" STREQUAL "")
|
||||
include(src/Filelists.cmake)
|
||||
endif()
|
||||
add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
|
||||
add_dependencies(dist lwipdocs)
|
||||
|
Loading…
Reference in New Issue
Block a user