> Von: "Peter Kümmel" <[EMAIL PROTECTED]>
> 
> 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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to