summaryrefslogtreecommitdiffstats
path: root/cmake/FindUTF8CPP.cmake
blob: b00035357a3501391417c9119be2eb84fb67d91e (plain)
1
2
3
4
5
6
7
FIND_PATH (UTF8CPP_INCLUDE utf8.h HINTS "${PROJECT_SOURCE_DIR}/third-party/utf8cpp/source")

if (UTF8CPP_INCLUDE)
  message(STATUS "Found UTF8CPP: ${UTF8CPP_INCLUDE}" )
else ()
  message(FATAL_ERROR "Unable to include utf8.h")
endif ()