1
0
Fork 0
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:
Joakim Soderberg 2014-01-13 13:59:14 +01:00
parent 02727806f0
commit a15a946beb

View file

@ -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)