diff --git a/vtkm/Deprecated.h b/vtkm/Deprecated.h index 68baf1b61..687e2fbcd 100644 --- a/vtkm/Deprecated.h +++ b/vtkm/Deprecated.h @@ -84,7 +84,7 @@ #define VTK_M_DEPRECATED_ATTRIBUTE_SUPPORTED #endif // __has_cpp_attribute(deprecated) -#elif defined(VTKM_MSVC) && (_MSC_VER >= 1900) +#elif defined(VTKM_MSVC) && (_MSC_VER >= 1920) #define VTK_M_DEPRECATED_ATTRIBUTE_SUPPORTED