cmake libuv fix include forcing path
authorAndy Green <andy@warmcat.com>
Thu, 31 Mar 2016 00:33:47 +0000 (08:33 +0800)
committerAndy Green <andy@warmcat.com>
Thu, 31 Mar 2016 01:02:25 +0000 (09:02 +0800)
Signed-off-by: Andy Green <andy@warmcat.com>
CMakeLists.txt

index e93d14d..91eba67 100644 (file)
@@ -163,7 +163,7 @@ set(LWS_POLARSSL_INCLUDE_DIRS CACHE PATH "Path to the PolarSSL include directory
 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_LIBUVLWS_LIBEV_LIBRARIES_INCLUDE_DIRS CACHE PATH "Path to the libuv include directory")
+set(LWS_LIBUV_INCLUDE_DIRS CACHE PATH "Path to the libuv include directory")
 
 if (NOT LWS_WITH_SSL)
        set(LWS_WITHOUT_BUILTIN_SHA1 OFF)