Disable CMake build for now, seems I need a newer CMake version
This commit is contained in:
@@ -26,8 +26,6 @@ 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()
|
||||
include(src/Filelists.cmake)
|
||||
add_custom_target(dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
|
||||
add_dependencies(dist lwipdocs)
|
||||
|
||||
Reference in New Issue
Block a user