mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Use the correct name for the INCLUDE_DIRS var.
This commit is contained in:
parent
02727806f0
commit
a15a946beb
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
get_filename_component(LWS_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH)
|
||||
|
||||
# Set the include directories.
|
||||
set(LWS_INCLUDE_DIRS "@LWS__INCLUDE_DIRS@")
|
||||
set(LIBWEBSOCKETS_INCLUDE_DIRS "@LWS__INCLUDE_DIRS@")
|
||||
|
||||
# Include the project Targets file, this contains definitions for IMPORTED targets.
|
||||
include(${LWS_CMAKE_DIR}/LibwebsocketsTargets.cmake)
|
||||
|
|
Loading…
Add table
Reference in a new issue