From 94d687d9e5fcf37a74142b28858ef56ecd65ace1 Mon Sep 17 00:00:00 2001 From: Matt Ihnen Date: Wed, 20 Mar 2024 10:04:53 -0500 Subject: [PATCH] Update option description to indicate linux instead of unix as per PR feedback. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")