[Cmake-commits] [cmake-commits] malaterre committed readme.txt 1.17 1.18

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Nov 2 11:50:36 EST 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv14503

Modified Files:
	readme.txt 
Log Message:
STYLE: minor documentation + typo


Index: readme.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/readme.txt,v
retrieving revision 1.17
retrieving revision 1.18
diff -C 2 -d -r1.17 -r1.18
*** readme.txt	30 Sep 2009 13:53:48 -0000	1.17
--- readme.txt	2 Nov 2009 16:50:33 -0000	1.18
***************
*** 89,93 ****
  compatible version of the package cannot be found the module should
  not report success.  The version of the package found should be stored
! in "XXX_VERSION..." version variables docmented by the module.
  
  If the QUIET option is given to the command it will set the variable
--- 89,93 ----
  compatible version of the package cannot be found the module should
  not report success.  The version of the package found should be stored
! in "XXX_VERSION..." version variables documented by the module.
  
  If the QUIET option is given to the command it will set the variable
***************
*** 111,112 ****
--- 111,115 ----
  macro, as an example see FindJPEG.cmake.
  
+ For internal implementation, it's a generally accepted convention that variables starting with
+ underscore are for temporary use only. (variable starting with an underscore
+ are not intended as a reserved prefix).



More information about the Cmake-commits mailing list