mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2024-11-16 14:11:02 +00:00
Update option description to indicate linux instead of unix as per PR feedback.
This commit is contained in:
parent
0382126c8a
commit
94d687d9e5
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user