Closed biagas closed 1 month ago
@biagas will have to wait til tomorrow. Still recovering from tooth 🦷 implant 🪛
Working on this now.
Ok, so it looks like this amounted to just removing some lines of logic to a bunch of CMakeLists.txt
files that wound up defining HAVE_SNPRINTF
for certain cases. I searched for *."[Ch]"
and greped for any instances of SNPRINTF
and didn't find any others.
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
Type of change
[ ] Bug fix[ ] New feature[ ] Documentation updateHow Has This Been Tested?
Compiled and ran regression on windows sucessfully.
Checklist:
[ ] I have commented my code where applicable.[ ] I have updated the release notes.[ ] I have made corresponding changes to the documentation.[ ] I have added debugging support to my changes.[ ] I have added tests that prove my fix is effective or that my feature works.[ ] I have added new baselines for any new tests to the repo.