Update option description to indicate linux instead of unix as per PR feedback.

This commit is contained in:
Matt Ihnen 2024-03-20 10:04:53 -05:00
parent 0382126c8a
commit 94d687d9e5

View File

@ -9,7 +9,7 @@ set(LWIP_DIR ${CMAKE_CURRENT_SOURCE_DIR})
set (LWIP_DEFINITIONS LWIP_DEBUG=1) 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 (LWIP_OPTION_ENABLE_EXAMPLE_APPS)
if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")