From 0382126c8ace8ff2d452960bf980a4a27460d7e1 Mon Sep 17 00:00:00 2001 From: Matt Ihnen Date: Wed, 6 Mar 2024 21:28:14 -0600 Subject: [PATCH] Keep "option" lower case to be consistent with the rest of the cmake files. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca7271a7..b664574b 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/unix/darwin" ON) if (LWIP_OPTION_ENABLE_EXAMPLE_APPS) if (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")