[Cmake-commits] [cmake-commits] hoffman committed CMakeSetup.cxx 1.20 1.21

cmake-commits at cmake.org cmake-commits at cmake.org
Sat Feb 21 14:38:40 EST 2009


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

Modified Files:
	CMakeSetup.cxx 
Log Message:
BUG: make sure the gui still runs...


Index: CMakeSetup.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetup.cxx,v
retrieving revision 1.20
retrieving revision 1.21
diff -C 2 -d -r1.20 -r1.21
*** CMakeSetup.cxx	21 Feb 2009 19:23:32 -0000	1.20
--- CMakeSetup.cxx	21 Feb 2009 19:38:35 -0000	1.21
***************
*** 71,75 ****
    // do docs, if args were given
    cmDocumentation doc;
!   if(doc.CheckOptions(argc, argv))
      {
      // Construct and print requested documentation.
--- 71,75 ----
    // do docs, if args were given
    cmDocumentation doc;
!   if(argc >1 && doc.CheckOptions(argc, argv))
      {
      // Construct and print requested documentation.



More information about the Cmake-commits mailing list