On Mon, 03 Jul 2006 12:29:09 +0200, Miguel A. Figueroa-Villanueva
<[EMAIL PROTECTED]> wrote:
On 7/3/06, Luca Cappa <[EMAIL PROTECTED]> wrote:
Maybe the variable <name>_FOUND is required to be defined by the .cmake
file? in that
case it is my fault, since i wrote that package finder :)
That is the case. The Find*.cmake module must implement some standard
behaviour, which is assumed by the help statement for the FIND_PACKAGE
command. There is a readme.txt in the modules directory, which has
some information about how developers should implement the Find*.cmake
modules.
Note that it is not only the *_FOUND variable, but the module should
also behave correctly, when invoked through FIND_PACKAGE(... QUIET) or
FIND_PACKAGE(... REQUIRED).
Ok, i was almost sure that clearly was my fault, but did not wanted to
admint it :)
Thanks for the information,
Luca
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake