Skip to content

Commit

Permalink
app: package name wrong in CMakeLists.txt.
Browse files Browse the repository at this point in the history
Probably coming from a copy-paste error when the build system was
originally created.
  • Loading branch information
Jehan committed Dec 15, 2015
1 parent 7060231 commit b6d872b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
######## Project settings
cmake_minimum_required(VERSION 2.8)
set (PACKAGE_NAME opencc)
set (PACKAGE_NAME uchardet)
project (${PACKAGE_NAME} CXX C)
enable_testing()

Expand Down Expand Up @@ -54,7 +54,7 @@ if (DEFINED SYSCONF_INSTALL_DIR)
set (DIR_ETC ${SYSCONF_INSTALL_DIR})
endif (DEFINED SYSCONF_INSTALL_DIR)

set (DIR_SHARE_UCHARDET ${DIR_SHARE}/opencc)
set (DIR_SHARE_UCHARDET ${DIR_SHARE}/uchardet)
set (DIR_SHARE_LOCALE ${DIR_SHARE}/locale)

######## Configuration
Expand Down

0 comments on commit b6d872b

Please sign in to comment.