Browse Source

fixed typo

cl-refactor
Marek Kotewicz 10 years ago
parent
commit
c7c12cabe2
  1. 2
      cmake/FindCURL.cmake

2
cmake/FindCURL.cmake

@ -46,7 +46,7 @@ if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")
find_library( find_library(
CURL_LIBRARY_DEBUG CURL_LIBRARY_DEBUG
NAMES ${CURL_DEBUG} NAMES ${CURL_NAMES_DEBUG}
DOC "curl debug library" DOC "curl debug library"
) )

Loading…
Cancel
Save