Compare commits

...

2 Commits

Author SHA1 Message Date
Matt Ihnen
658798a9bd
Merge 94d687d9e5 into d0efd9ef7b 2024-03-20 10:04:59 -05:00
Matt Ihnen
94d687d9e5 Update option description to indicate linux instead of unix as per PR feedback. 2024-03-20 10:04:53 -05:00

View File

@ -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")