mirror of
https://gitlab.freedesktop.org/uchardet/uchardet.git
synced 2025-12-06 16:56:40 +08:00
Merge pull request #28 from Coacher/cmake-updates
cmake: use PACKAGE_NAME variable instead of hardcoding it.
This commit is contained in:
commit
b88a66f3f1
@ -56,7 +56,7 @@ if (DEFINED SYSCONF_INSTALL_DIR)
|
||||
set (DIR_ETC ${SYSCONF_INSTALL_DIR})
|
||||
endif (DEFINED SYSCONF_INSTALL_DIR)
|
||||
|
||||
set (DIR_SHARE_UCHARDET ${DIR_SHARE}/uchardet)
|
||||
set (DIR_SHARE_UCHARDET ${DIR_SHARE}/${PACKAGE_NAME})
|
||||
set (DIR_SHARE_LOCALE ${DIR_SHARE}/locale)
|
||||
|
||||
######## Configuration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user