Fix typo
authorYuchen Xie <yuchen.xie@live.com>
Sat, 18 Feb 2017 07:51:34 +0000 (15:51 +0800)
committerAndy Green <andy@warmcat.com>
Sat, 18 Feb 2017 09:27:22 +0000 (17:27 +0800)
CMakeLists.txt

index 1063bf2..d6de2e5 100644 (file)
@@ -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)