[Cmake-commits] [cmake-commits] david.cole committed cmLocalGenerator.cxx 1.323 1.324

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Feb 1 21:43:54 EST 2010


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

Modified Files:
	cmLocalGenerator.cxx 
Log Message:
Fix line length style issue.


Index: cmLocalGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmLocalGenerator.cxx,v
retrieving revision 1.323
retrieving revision 1.324
diff -C 2 -d -r1.323 -r1.324
*** cmLocalGenerator.cxx	29 Jan 2010 16:56:35 -0000	1.323
--- cmLocalGenerator.cxx	2 Feb 2010 02:43:51 -0000	1.324
***************
*** 1785,1789 ****
      std::string isysrootVar = std::string("CMAKE_") + lang + "_HAS_ISYSROOT";
      bool hasIsysroot = this->Makefile->IsOn(isysrootVar.c_str());
!     std::string deploymentTargetFlagVar = std::string("CMAKE_") + lang + "_OSX_DEPLOYMENT_TARGET_FLAG";
      const char* deploymentTargetFlag =
        this->Makefile->GetDefinition(deploymentTargetFlagVar.c_str());
--- 1785,1790 ----
      std::string isysrootVar = std::string("CMAKE_") + lang + "_HAS_ISYSROOT";
      bool hasIsysroot = this->Makefile->IsOn(isysrootVar.c_str());
!     std::string deploymentTargetFlagVar =
!       std::string("CMAKE_") + lang + "_OSX_DEPLOYMENT_TARGET_FLAG";
      const char* deploymentTargetFlag =
        this->Makefile->GetDefinition(deploymentTargetFlagVar.c_str());



More information about the Cmake-commits mailing list