[Cmake-commits] [cmake-commits] alex committed cmConfigureFileCommand.h 1.22 1.23

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Jun 28 08:06:55 EDT 2009


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

Modified Files:
	cmConfigureFileCommand.h 
Log Message:
STYLE: document #cmakedefine01 (see #9189 , there's also a test for it in
Tests/Complex/ )

Alex


Index: cmConfigureFileCommand.h
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmConfigureFileCommand.h,v
retrieving revision 1.22
retrieving revision 1.23
diff -C 2 -d -r1.22 -r1.23
*** cmConfigureFileCommand.h	23 Jan 2008 15:27:59 -0000	1.22
--- cmConfigureFileCommand.h	28 Jun 2009 12:06:52 -0000	1.23
***************
*** 76,80 ****
          "Any occurrences of #cmakedefine VAR will be replaced with "
          "either #define VAR or /* #undef VAR */ depending on "
!         "the setting of VAR in CMake";
      }
  
--- 76,82 ----
          "Any occurrences of #cmakedefine VAR will be replaced with "
          "either #define VAR or /* #undef VAR */ depending on "
!         "the setting of VAR in CMake. Any occurrences of #cmakedefine01 VAR "
!         "will be replaced with either #define VAR 1 or #define VAR 0 "
!         "depending on whether VAR evaluates to TRUE or FALSE in CMake";
      }
  



More information about the Cmake-commits mailing list