summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Cord-Landwehr <cordlandwehr@kde.org>2021-01-04 20:55:47 +0100
committerPeng Wu <alexepico@gmail.com>2021-01-07 09:22:54 +0800
commit68590829859b9a38e3b22c0c8d316e216dd292e9 (patch)
treee6580527ee0befe9eea8437e5a46c292366cdf6a
parent76a20ae5801f6002d08fd698d06f447cae112d6f (diff)
downloadlibpinyin-68590829859b9a38e3b22c0c8d316e216dd292e9.tar.gz
Fix header installation path
Adapt installation directory to match pc file.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 15d9b63..4f62a9f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -125,7 +125,7 @@ if (DEFINED SYSCONF_INSTALL_DIR)
endif (DEFINED SYSCONF_INSTALL_DIR)
set (DIR_SHARE_LIBPINYIN ${DIR_SHARE}/libpinyin)
-set (DIR_INCLUDE_LIBPINYIN ${DIR_INCLUDE}/libpinyin-${LIBPINYIN_BINARY_VERSION})
+set (DIR_INCLUDE_LIBPINYIN ${DIR_INCLUDE}/libpinyin-${VERSION})
######## Configuration