[vtkusers] An Issue About Cmake and Building VTK 6.2 or 6.3 on VS2010

Ben Boeckel ben.boeckel at kitware.com
Wed Nov 11 13:58:51 EST 2015


On Thu, Nov 12, 2015 at 00:21:52 +0800, hongsongyang wrote:
> However, when I cmake and build the 6.2 or 6.3 version, the -6.3 will dispear sometimes.
> Such as the vtkCommonCore.dll will generated instead of vtkCommonCore-6.x.dll
> Especially when I make the jave option on in cmake.
> I have tested in 6.2 version and 6.3 version.
> I am not sure why this happened. Is there any one who could tell me why?

The suffix can be controlled by a cache variable
(VTK_CUSTOM_LIBRARY_SUFFIX), but defaults to
"-${VTK_MAJOR_VERSION}.${VTK_MINOR_VERSION}". Do you have a custom
suffix or a custom version setting?

--Ben


More information about the vtkusers mailing list