[Cmake-commits] [cmake-commits] alex committed cmakemain.cxx 1.82 1.83

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Aug 12 07:01:46 EDT 2008


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

Modified Files:
	cmakemain.cxx 
Log Message:
STYLE: one ifdef block less, the documentation object can be created a bit later

Alex



Index: cmakemain.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmakemain.cxx,v
retrieving revision 1.82
retrieving revision 1.83
diff -C 2 -d -r1.82 -r1.83
*** cmakemain.cxx	31 Jul 2008 14:33:25 -0000	1.82
--- cmakemain.cxx	12 Aug 2008 11:01:44 -0000	1.83
***************
*** 304,310 ****
  int do_cmake(int ac, char** av)
  {
- #ifdef CMAKE_BUILD_WITH_CMAKE
-   cmDocumentation doc;
- #endif
    int nocwd = 0;
  
--- 304,307 ----
***************
*** 317,320 ****
--- 314,318 ----
  
  #ifdef CMAKE_BUILD_WITH_CMAKE
+   cmDocumentation doc;
    if(doc.CheckOptions(ac, av) || nocwd)
      { 



More information about the Cmake-commits mailing list