Re: [cmake-developers] [PATCH] FindIntl: Module to find Gettext libintl headers and library

2014-11-11 Thread Brad King
On 11/09/2014 06:55 PM, Roger Leigh wrote: > I have attached an initial patch for adding support for Sun/Uniforum/GNU > gettext libintl. Applied with minor tweaks and merged to 'next' for testing: FindIntl: New module to find Gettext libintl http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c5

[cmake-developers] [PATCH] FindIntl: Module to find Gettext libintl headers and library

2014-11-09 Thread Roger Leigh
Hi, I have attached an initial patch for adding support for Sun/Uniforum/GNU gettext libintl. This is likely better in cmake than upstream because there are: 1) multiple upstreams (Sun, GNU) 2) it may or may not be in the glibc C library depending upon the platform and build options used It