Skip to content
Snippets Groups Projects
Commit 9208cafc authored by Julien Schueller's avatar Julien Schueller
Browse files

Findutf8cpp.cmake: add utf8cpp include subdir

According to upstream, it installs its headers in a subdir, see:
https://github.com/nemtrif/utfcpp/blob/master/CMakeLists.txt#L23

We could also include the subdir in the sources,
but it'd mean not being compatible with previous versions without the subdir:
see https://packages.debian.org/sid/amd64/libutfcpp-dev/filelist
parent 77228990
Branches
Tags
No related merge requests found
find_path(utf8cpp_INCLUDE_DIR
NAMES utf8.h
PATH_SUFFIXES utf8cpp
DOC "utf8cpp include directory")
mark_as_advanced(utf8cpp_INCLUDE_DIR)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment