visit-dav / visit

VisIt - Visualization and Data Analysis for Mesh-based Scientific Data
https://visit.llnl.gov
BSD 3-Clause "New" or "Revised" License
444 stars 117 forks source link

Remove use of HAVE_SNPRINTF (#19913) #19915

Closed biagas closed 1 month ago

biagas commented 1 month ago

It was being used with scripting libraries to prevent python from #defining snprintf as _snprintf. This is no longer necessary with the python version we are currently using on Windows.

Modified GenerateCMake.h, and regenerated plots/operators CMakeLists.txt

Merge from 3.4RC