[Cmake-commits] [cmake-commits] king committed cmGetPropertyCommand.h 1.7 1.8

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Sep 4 13:15:20 EDT 2008


Update of /cvsroot/CMake/CMake/Source
In directory public:/mounts/ram/cvs-serv22498/Source

Modified Files:
	cmGetPropertyCommand.h 
Log Message:
BUG: Fix typo in get_property documentation

Add some missing whitespace to fix formatting of the documentation.


Index: cmGetPropertyCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGetPropertyCommand.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -C 2 -d -r1.7 -r1.8
*** cmGetPropertyCommand.h	1 Apr 2008 18:22:06 -0000	1.7
--- cmGetPropertyCommand.h	4 Sep 2008 17:15:18 -0000	1.8
***************
*** 87,91 ****
          "If the property is not set an empty value is returned.  "
          "If the SET option is given the variable is set to a boolean "
!         "value indicating whether the property has been set."
          "If the DEFINED option is given the variable is set to a boolean "
          "value indicating whether the property has been defined "
--- 87,91 ----
          "If the property is not set an empty value is returned.  "
          "If the SET option is given the variable is set to a boolean "
!         "value indicating whether the property has been set.  "
          "If the DEFINED option is given the variable is set to a boolean "
          "value indicating whether the property has been defined "



More information about the Cmake-commits mailing list