Browse Source

Typo in FindMHD.cmake

cl-refactor
Lefteris Karapetsas 10 years ago
parent
commit
a576fa1389
  1. 4
      cmake/FindMHD.cmake

4
cmake/FindMHD.cmake

@ -2,7 +2,7 @@
#
# Find the microhttpd includes and library
#
# if you nee to add a custom library search path, do it via via CMAKE_PREFIX_PATH
# if you need to add a custom library search path, do it via via CMAKE_PREFIX_PATH
#
# This module defines
# MHD_INCLUDE_DIRS, where to find header, etc.
@ -25,7 +25,7 @@ set(MHD_INCLUDE_DIRS ${MHD_INCLUDE_DIR})
set(MHD_LIBRARIES ${MHD_LIBRARY})
# debug library on windows
# same naming convention as in qt (appending debug library with d)
# same naming convention as in QT (appending debug library with d)
# boost is using the same "hack" as us with "optimized" and "debug"
# official MHD project actually uses _d suffix
if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC")

Loading…
Cancel
Save