From c7c12cabe233b08401443322ef0bac78cc42e352 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Sun, 12 Apr 2015 11:32:57 +0200 Subject: [PATCH] fixed typo --- cmake/FindCURL.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/FindCURL.cmake b/cmake/FindCURL.cmake index 0b20c4e79..60937c64e 100644 --- a/cmake/FindCURL.cmake +++ b/cmake/FindCURL.cmake @@ -46,7 +46,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") find_library( CURL_LIBRARY_DEBUG - NAMES ${CURL_DEBUG} + NAMES ${CURL_NAMES_DEBUG} DOC "curl debug library" )