<div dir="ltr">Hello all.<div><br><div>I know that this has been discussed in the past but it seems that nothing has changed. It would be of interest if the libraries of VTK had different names between their debug and release versions. </div><div><br></div><div>For example: <br>* Debug: vtkRendering_d.lib<br>* Release: vtkRendering.lib</div><div><br></div><div>I know that there is a "trick" for VTK 5.10, which is putting the following line in the main CMakeLists.txt:</div><div><br></div><div><div>SET(VTK_LIBRARY_PROPERTIES ${VTK_LIBRARY_PROPERTIES}</div><div>    DEBUG_POSTFIX _d</div><div>)</div></div><div><br></div><div>However, that doesn't work for VTK 6.3.0 nor VTK 7.0.0. (for 5.10 does just what I want).</div><div><br></div><div>Any thoughts of how to do the same on these versions?</div><div><br></div><div>Thank you.</div><div><br></div><div>PS: I'm using CMake with VS2010 generator under windows8, but I think the solution should be general.</div><div><div><br></div>
</div></div></div>