From 76c7ac5cf90f3addb6bc5eedecab7c5b817f903f Mon Sep 17 00:00:00 2001 From: Simon Goldschmidt Date: Thu, 5 Oct 2023 20:30:54 +0200 Subject: [PATCH] posixlib: fix posixlib/CMakeLists.txt --- contrib/ports/unix/posixlib/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/ports/unix/posixlib/CMakeLists.txt b/contrib/ports/unix/posixlib/CMakeLists.txt index cf35f7e7..ee8af054 100644 --- a/contrib/ports/unix/posixlib/CMakeLists.txt +++ b/contrib/ports/unix/posixlib/CMakeLists.txt @@ -84,7 +84,7 @@ install(DIRECTORY "${LWIP_DIR}/contrib/ports/unix/port/include/netif" FILES_MATCHING PATTERN "*.h" ) -install(DIRECTORY "${LWIP_DIR}/contrib/ports/unix/linuxlib/include/posix" +install(DIRECTORY "${LWIP_DIR}/contrib/ports/unix/posixlib/include/posix" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/lwip" FILES_MATCHING PATTERN "*.h" )