diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f1a094..19edc00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ if (NOT STATIC_BINARY AND NOT STATIC_LIBS) endif() if (CURL_INCLUDE_DIRS) - include_directories(CURL_INCLUDE_DIRS) + include_directories(${CURL_INCLUDE_DIRS}) else() include_directories(external/src/curl/include) endif()