Fix bug#9619 add a link to module maintainers page in readme.txt for Modules

This commit is contained in:
Bill Hoffman 2009-09-30 09:53:48 -04:00
parent 3b34523bc0
commit 86c3a39e86
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,6 @@
For more information about how to contribute modules to CMake, see this page:
http://www.itk.org/Wiki/CMake:Module_Maintainers
Note to authors of FindXXX.cmake files Note to authors of FindXXX.cmake files
We would like all FindXXX.cmake files to produce consistent variable names. We would like all FindXXX.cmake files to produce consistent variable names.
@ -106,3 +109,4 @@ error if the module is not found.
To get this behaviour you can use the FIND_PACKAGE_HANDLE_STANDARD_ARGS() To get this behaviour you can use the FIND_PACKAGE_HANDLE_STANDARD_ARGS()
macro, as an example see FindJPEG.cmake. macro, as an example see FindJPEG.cmake.