[Cmake-commits] [cmake-commits] hoffman committed cmIfCommand.h 1.56 1.57

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Sep 14 13:42:06 EDT 2009


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

Modified Files:
	cmIfCommand.h 
Log Message:
Clarify documentation for if.


Index: cmIfCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmIfCommand.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -C 2 -d -r1.56 -r1.57
*** cmIfCommand.h	12 Jun 2009 17:25:50 -0000	1.56
--- cmIfCommand.h	14 Sep 2009 17:42:04 -0000	1.57
***************
*** 177,181 ****
        "  if(string STREQUAL string)\n"
        "True if the given string or variable's value is lexicographically "
!       "less (or greater, or equal) than the string on the right.\n"
        "  if(version1 VERSION_LESS version2)\n"
        "  if(version1 VERSION_EQUAL version2)\n"
--- 177,181 ----
        "  if(string STREQUAL string)\n"
        "True if the given string or variable's value is lexicographically "
!       "less (or greater, or equal) than the string or variable on the right.\n"
        "  if(version1 VERSION_LESS version2)\n"
        "  if(version1 VERSION_EQUAL version2)\n"



More information about the Cmake-commits mailing list