diff --git a/CMakeLists.txt b/CMakeLists.txt index b664574b..ed9ba399 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ set(LWIP_DIR ${CMAKE_CURRENT_SOURCE_DIR}) set (LWIP_DEFINITIONS LWIP_DEBUG=1) -option(LWIP_OPTION_ENABLE_EXAMPLE_APPS "Build example apps on win32/unix/darwin" ON) +option(LWIP_OPTION_ENABLE_EXAMPLE_APPS "Build example apps on win32/linux/darwin" ON) if (LWIP_OPTION_ENABLE_EXAMPLE_APPS) if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")