Skip to content
  • Brad King's avatar
    VS: Tolerate diagnostic output while detecting cl (#14387) · 8c891f86
    Brad King authored
    When the VS IDE build output setting
    
      Tools -> Options -> Projects and Solutions ->
       Build and Run -> MSBuild project output verbosity
    
    is set to "Diagnostic" the build output contains a " (TaskId:###)"
    suffix on the CMAKE_<lang>_COMPILER= line used to extract the compiler
    executable location.  Strip this suffix before checking that the
    reported location exists.
    8c891f86