From 5ac60bc57d925764fc34451bcafe7a673078c79c Mon Sep 17 00:00:00 2001 From: wonder-mice Date: Thu, 30 Apr 2015 23:19:42 -0700 Subject: [PATCH] Fix broken CyaSSL support --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ccb767531..f9e175e5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -521,7 +521,7 @@ if (LWS_WITH_SSL) # Additional to the root directory we need to include # the cyassl/ subdirectory which contains the OpenSSL # compatability layer headers. - foreach(inc ${CYASSL_LIBRARIES}) + foreach(inc ${CYASSL_INCLUDE_DIRS}) include_directories("${inc}" "${inc}/cyassl") endforeach()