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 .