Skip to content
  • Brad King's avatar
    Check*CompilerFlag: Avoid ';' in common pattern (#15048) · cac91206
    Brad King authored
    In commit v3.0.0-rc1~551^2~1 (Check*CompilerFlag: make C and CXX modules
    share most error patterns, 2013-08-08) a pattern containing a ';' was
    moved out of a ""-quoted argument and into a variable.  CMake flattens
    the containing list and breaks the pattern.  Use a '.' to match ';'.
    cac91206