[CMake] find_package case-sesitive?

Peter Kümmel syntheticpp at gmx.net
Thu Jun 8 11:15:35 EDT 2006


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?

Peter


More information about the CMake mailing list