Skip to content

vtkhdf5: Suppress VS 2015 assertion failure popup during try_run

Brad King requested to merge brad.king/vtk:hdf5-fix-vs2015-popup into master

VS 2015 asserts that printf formats are valid. When we use try_run to test various formats some of them may fail the assertion. Block the popup for this in Debug builds with MS compilers.

Merge request reports