[CMake] find_package case-sesitive?
Alexander Neundorf
a.neundorf-work at gmx.net
Thu Jun 8 11:25:56 EDT 2006
> Von: "Peter Kümmel" <syntheticpp at gmx.net>
>
> I've written a Find package and when I use
>
> find_package(ICONV REQUIRED)
>
> cmake defines the ICONV_FIND_REQUIRED
>
> but when I use
>
> find_package(iconv REQUIRED)
>
> ICONV_FIND_REQUIRED is not defined.
>
> Why is it in this case case-sensitive?
> Is this a bug or feature?
Variables are case-sensitive, filenames too. So this is expected behaviour I'd say.
Alex
--
"Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
More information about the CMake
mailing list