Commit dda59c5d authored by K. R. Walker's avatar K. R. Walker Committed by Daniel Stenberg
Browse files

cmake: fix ZLIB_INCLUDE_DIRS use

parent e819c3a4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -411,7 +411,7 @@ if(CURL_ZLIB)
    set(HAVE_ZLIB ON)
    set(HAVE_LIBZ ON)
    list(APPEND CURL_LIBS ${ZLIB_LIBRARIES})
    include_directories(${ZLIB_INCLUDE_DIR})
    include_directories(${ZLIB_INCLUDE_DIRS})
  endif()
endif()