[Cmake-commits] [cmake-commits] clinton committed CMakeSetupDialog.cxx 1.64 1.65

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Oct 5 16:05:42 EDT 2009


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

Modified Files:
	CMakeSetupDialog.cxx 
Log Message:
don't allow consecutive generates without a configure.


Index: CMakeSetupDialog.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/QtDialog/CMakeSetupDialog.cxx,v
retrieving revision 1.64
retrieving revision 1.65
diff -C 2 -d -r1.64 -r1.65
*** CMakeSetupDialog.cxx	28 Sep 2009 15:43:17 -0000	1.64
--- CMakeSetupDialog.cxx	5 Oct 2009 20:05:40 -0000	1.65
***************
*** 343,347 ****
  void CMakeSetupDialog::finishGenerate(int err)
  {
!   this->enterState(ReadyGenerate);
    if(err != 0)
      {
--- 343,347 ----
  void CMakeSetupDialog::finishGenerate(int err)
  {
!   this->enterState(ReadyConfigure);
    if(err != 0)
      {



More information about the Cmake-commits mailing list