diff options
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 # |