[CMake] FindCurses does not find unicode/wide flavors

Bill Hoffman bill.hoffman at kitware.com
Thu Mar 14 08:59:28 EDT 2013


On 3/14/2013 7:13 AM, ChangZhuo Chen wrote:
> Hi,
>
> I am a maintainer of libchewing project [1] which try to integrate cmake
> recently. However, we need
> unicode/wide curses library to build our tool, but cmake cannot find the
> unicode/wide curses library.
> This issue was already reported before [2] but is not fix yet. Is there
> any plan to implement this?
>
> [1] https://github.com/chewing/libchewing
> [2] http://www.cmake.org/Bug/view.php?id=10347
>
> Regards,
> ChangZhuo
You know you can put your version of FindCurses.cmake into your project 
and use the CMAKE_MODULE_PATH to have your version used instead of the 
one that ships with CMake right?

I am not saying this won't get in, but it should not stop you from 
getting your library working with CMake.

-Bill



-- 
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoffman at kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573


More information about the CMake mailing list