mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
Fix typo
This commit is contained in:
parent
40d37e2105
commit
936bf08a0f
1 changed files with 2 additions and 2 deletions
|
@ -232,8 +232,8 @@ set( CACHE PATH "Path to the libev library")
|
|||
set(LWS_LIBEV_INCLUDE_DIRS CACHE PATH "Path to the libev include directory")
|
||||
set(LWS_LIBUV_LIBRARIES CACHE PATH "Path to the libuv library")
|
||||
set(LWS_LIBUV_INCLUDE_DIRS CACHE PATH "Path to the libuv include directory")
|
||||
set(LWS_SQLITE3_LIBRARIES CACHE PATH "Path to the libuv library")
|
||||
set(LWS_SQLITE3_INCLUDE_DIRS CACHE PATH "Path to the libuv include directory")
|
||||
set(LWS_SQLITE3_LIBRARIES CACHE PATH "Path to the sqlite3 library")
|
||||
set(LWS_SQLITE3_INCLUDE_DIRS CACHE PATH "Path to the sqlite3 include directory")
|
||||
|
||||
|
||||
if (NOT LWS_WITH_SSL)
|
||||
|
|
Loading…
Add table
Reference in a new issue