diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2014-12-21 15:28:42 +0100 |
---|---|---|
committer | Andreas Stöckel <andreas@somweyr.de> | 2014-12-21 15:28:42 +0100 |
commit | 93c7856c3bfff94eed82c2fae9ab32917ccaad92 (patch) | |
tree | 0b3ad6da92c97e6a5b47289ec2b0ad0cdb4dd9e7 /CMakeLists.txt | |
parent | da3b35e77c1e22b46264df4c1b2a48f867d1e15e (diff) | |
parent | f1bb76dedf2d6b480b566540e811a7e0d3af9886 (diff) |
Merge branch 'master' of somweyr.de:ousia
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 563977e..3575d7a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ PKG_CHECK_MODULES(EXPAT REQUIRED expat) FIND_PACKAGE(Boost COMPONENTS system filesystem REQUIRED) # Set utf8cpp include path -SET(UTF8CPP_INCLUDE_DIR "lib/utf8") +SET(UTF8CPP_INCLUDE_DIR "lib/utf8cpp") ################################################################################ # Inclusion of doxygen # |