From 06016cc9392172d38298b9491531c9565d044b04 Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Fri, 12 Oct 2018 22:22:07 +0200 Subject: [PATCH] Disable CMake build for now, seems I need a newer CMake version --- CMakeLists.txt | 4 +--- travis.sh | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8410c1f3..7ffcfba6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/travis.sh b/travis.sh index 1ddc2657..d10b7856 100755 --- a/travis.sh +++ b/travis.sh @@ -14,14 +14,14 @@ if [ $ERR != 0 ]; then fi make check -j 4 -cd ../../../../ +#cd ../../../../ -mkdir build -cd build -cmake .. -ERR=$? -if [ $ERR != 0 ]; then - echo "cmake failed" - exit 33 -fi -cmake --build . +#mkdir build +#cd build +#cmake .. +#ERR=$? +#if [ $ERR != 0 ]; then +# echo "cmake failed" +# exit 33 +#fi +#cmake --build .