[Cmake-commits] [cmake-commits] hoffman committed cmLocalGenerator.cxx 1.271 1.272

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Apr 29 12:10:52 EDT 2008


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

Modified Files:
	cmLocalGenerator.cxx 
Log Message:
BUG: move this back out of the if statemtn


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.271
retrieving revision 1.272
diff -C 2 -d -r1.271 -r1.272
*** cmLocalGenerator.cxx	28 Apr 2008 17:53:14 -0000	1.271
--- cmLocalGenerator.cxx	29 Apr 2008 16:10:47 -0000	1.272
***************
*** 1669,1674 ****
        flags += sysroot;
        }
-     this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
      }
  }
  
--- 1669,1674 ----
        flags += sysroot;
        }
      }
+   this->AddConfigVariableFlags(flags, flagsVar.c_str(), config);
  }
  



More information about the Cmake-commits mailing list