From 27835fd798962abb626bab0e04a2e0631a3cf41a Mon Sep 17 00:00:00 2001 From: Dirk Ziegelmeier Date: Mon, 8 Oct 2018 22:19:31 +0200 Subject: [PATCH] Minor build system docs improvments --- BUILDING | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING b/BUILDING index 01037e27..1489f111 100644 --- a/BUILDING +++ b/BUILDING @@ -39,12 +39,12 @@ In all cases, you need to provide two variables. "LWIP_DIR" pointing to the lwIP directory Example: -set(LWIP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lwip) +set(LWIP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/externals/lwip) "LWIP_INCLUDE_DIRS" that contains the include base paths - for lwIP itself (${LWIP_DIR}/src/include) -- for lwIP contrib if you use it (${LWIP_CONTRIB_DIR}/) -- to a directory for an lwIP OS port +- for lwIP contrib if you use it (${LWIP_DIR}/contrib) +- to a directory containing an OS port - to a directory containing lwipopts.h Example: