diff --git a/CMakeLists.txt b/CMakeLists.txt index 3e3db86fa..9c18df6b4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -430,7 +430,7 @@ if (WITH_SSL) include_directories(${inc} ${inc}/cyassl) endforeach() - list(APPEND ${LIB_LIST} ${CYASSL_LIB}) + list(APPEND LIB_LIST ${CYASSL_LIB}) else() # TODO: Add support for STATIC also. find_package(OpenSSL REQUIRED)