Browse Source
The cmake file expects the parent folder to be named "utf8proc", otherwise the target_include_directories won't work, as it references an unknown path. This deviates from the install targets (both cmake and makefile) in putting the include file into a subfolder in contrast to the top level folder. This also prevents using the library with the recent cmake addition of FetchContent. This change unifies the include file handling by using the local path for cmake as well. This might break existing uses. As a workaround, we could add a dummy include file in the old location (new utf8proc subfolder). I'm not sure if that is necessary. Co-authored-by: Stefan Floeren <stefan-floeren@users.noreply.github.com>pull/193/head
Stefan Floeren
5 years ago
committed by
GitHub
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue