Skip to content
  • Brad King's avatar
    Escape target flags taken from COMPILE_OPTIONS · b6385cab
    Brad King authored
    Factor appending of individual flags out into an AppendFlagEscape method
    in cmLocalGenerator and teach it to use EscapeForShell.  Update all
    COMPILE_OPTIONS handling to use AppendFlagEscape.
    
    Override the method in the Xcode generator to use its custom escape
    implementation.
    
    Teach the CompileOptions test to add an option that requires escaping
    everywhere instead of just with the GNU tools.
    b6385cab