[Cmake-commits] [cmake-commits] hoffman committed cmGlobalXCodeGenerator.cxx 1.186.2.4 1.186.2.5

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Jul 15 11:35:49 EDT 2008


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

Modified Files:
      Tag: CMake-2-6
	cmGlobalXCodeGenerator.cxx 
Log Message:
ENH: merge in fix for xcode and new version of find boost


Index: cmGlobalXCodeGenerator.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/cmGlobalXCodeGenerator.cxx,v
retrieving revision 1.186.2.4
retrieving revision 1.186.2.5
diff -C 2 -d -r1.186.2.4 -r1.186.2.5
*** cmGlobalXCodeGenerator.cxx	13 Jul 2008 21:55:23 -0000	1.186.2.4
--- cmGlobalXCodeGenerator.cxx	15 Jul 2008 15:35:46 -0000	1.186.2.5
***************
*** 453,457 ****
      }
    lg->AppendFlags(flags, sf->GetProperty("COMPILE_FLAGS"));
-   cmSystemTools::ReplaceString(flags, "\"", "\\\"");
  
    // Add per-source definitions.
--- 453,456 ----
***************
*** 1298,1304 ****
      AppendFlags(defFlags,
                  this->CurrentMakefile->GetDefineFlags());
-   cmSystemTools::ReplaceString(defFlags, "\"", "\\\"");
-   cmSystemTools::ReplaceString(flags, "\"", "\\\"");
-   cmSystemTools::ReplaceString(cflags, "\"", "\\\"");
  
    // Add preprocessor definitions for this target and configuration.
--- 1297,1300 ----



More information about the Cmake-commits mailing list