]> granicus.if.org Git - icinga2/blob - cmake/FindUTF8CPP.cmake
Merge pull request #7486 from Icinga/bugfix/http-header-error-handling
[icinga2] / cmake / FindUTF8CPP.cmake
1 FIND_PATH (UTF8CPP_INCLUDE utf8.h HINTS "${PROJECT_SOURCE_DIR}/third-party/utf8cpp/source")
2
3 if (UTF8CPP_INCLUDE)
4   message(STATUS "Found UTF8CPP: ${UTF8CPP_INCLUDE}" )
5 else ()
6   message(FATAL_ERROR "Unable to include utf8.h")
7 endif ()