diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-30 13:53:48 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-09-30 13:53:48 (GMT) |
commit | 86c3a39e86c0b1259575fff3c0db3c43de4e5784 (patch) | |
tree | 4578304b11969be7388e56ad7f16473f9282a012 /Modules/readme.txt | |
parent | 3b34523bc052e6bd98c35ea1e26cd622e578dd69 (diff) | |
download | CMake-86c3a39e86c0b1259575fff3c0db3c43de4e5784.zip CMake-86c3a39e86c0b1259575fff3c0db3c43de4e5784.tar.gz CMake-86c3a39e86c0b1259575fff3c0db3c43de4e5784.tar.bz2 |
Fix bug#9619 add a link to module maintainers page in readme.txt for Modules
Diffstat (limited to 'Modules/readme.txt')
-rw-r--r-- | Modules/readme.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Modules/readme.txt b/Modules/readme.txt index ccfa127..d23c4c3 100644 --- a/Modules/readme.txt +++ b/Modules/readme.txt @@ -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 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() macro, as an example see FindJPEG.cmake. + |