libhangul / libhangul

A library to support hangul input method logic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot build with CMake

JSYoo5B opened this issue · comments

It seems libhangul is adopting CMake for build configuration in recent commits. (7b2c154 in this repo, b6f9837 in choehwanjin/libhangul cmake branch)

But I cannot configure the build environment using CMake. (It seems hangul-config.cmake.in is missing in recent commits)

I tried configuring with CMake with the following CLI commands:

# pwd: libhangul cloned repo dir
$ mkdir build && cd build
$ cmake ..

It shows the following error message:

CMake Error: File /home/jsyoo5b/Workspace/libhangul/hangul-config.cmake.in does not exist.
CMake Error at /usr/share/cmake-3.16/Modules/CMakePackageConfigHelpers.cmake:330 (configure_file):
  configure_file Problem configuring file
Call Stack (most recent call first):
  CMakeLists.txt:49 (configure_package_config_file)

As the CMake documentation says, configure_package_config_file need input file hangul-config.cmake.in, which has been described in error log.

Could someone please check whether the hangul-config.cmake.in were missed on recent commits?

제가 실수로 빠트렸습니다.
추가하겠습니다.

master 브랜치에 머지하였습니다.