[Cmake-commits] [cmake-commits] hoffman committed readme.txt 1.16 1.17
cmake-commits at cmake.org
cmake-commits at cmake.org
Wed Sep 30 09:53:50 EDT 2009
Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv30300
Modified Files:
readme.txt
Log Message:
Fix bug#9619 add a link to module maintainers page in readme.txt for Modules
Index: readme.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/readme.txt,v
retrieving revision 1.16
retrieving revision 1.17
diff -C 2 -d -r1.16 -r1.17
*** readme.txt 16 Feb 2009 15:33:09 -0000 1.16
--- readme.txt 30 Sep 2009 13:53:48 -0000 1.17
***************
*** 1,2 ****
--- 1,5 ----
+ 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
***************
*** 107,108 ****
--- 110,112 ----
To get this behaviour you can use the FIND_PACKAGE_HANDLE_STANDARD_ARGS()
macro, as an example see FindJPEG.cmake.
+
More information about the Cmake-commits
mailing list