Skip to content

Commit

Permalink
posixlib: fix posixlib/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
goldsimon committed Oct 5, 2023
1 parent 98e63b6 commit 76c7ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ports/unix/posixlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 76c7ac5

Please sign in to comment.