Skip to content
  • Brad King's avatar
    VS: Drop reload macros for VS >= 10 (#11258,#14680) · 885ab9ab
    Brad King authored
    We never implemented them for VS 11 (2012), 12 (2013), or 14 (2015).
    For VS 10 (2010) the reload macro does not work correctly when run from
    inside a build launched through the IDE because stopping the build kills
    the CMake that is driving the reload.  Fortunately VS >= 10 know how to
    reload the whole solution anyway.
    885ab9ab