Skip to content

Fix the PROJ.4 library debug postfix.

Boris Basic requested to merge borisb/vtk:fix-proj4-debug-postfix into master

The PROJ.4 library was always adding the "_d" debug postfix when using MSVC. Now it will use the same one as all VTK libraries (none if not set).

Merge request reports