Signed-off-by: Piotr Pietraszkiewicz <ppietraszkiew...@psi.de> --- Modules/FindCURL.cmake | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/Modules/FindCURL.cmake b/Modules/FindCURL.cmake index 209fd87..6fb8f7d 100644 --- a/Modules/FindCURL.cmake +++ b/Modules/FindCURL.cmake @@ -40,6 +40,9 @@ find_library(CURL_LIBRARY NAMES curllib_static # Windows older "Win32 - MSVC" prebuilts (libcurl.lib, e.g. libcurl-7.15.5-win32- msvc.zip): libcurl + # Windows debug builds (produced by curl's build system by passing DEBUG=yes + # option to nmake invocation) + libcurl_debug ) mark_as_advanced(CURL_LIBRARY) -- 2.1.1 -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake-developers