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
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to