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

HongSongyang hongsongyang at 163.com
Thu Nov 12 00:02:55 EST 2015


Hi Ben,
   Thank you for your reply. It seems this issue has been solved after I add -6.3 to the VTK_CUSTOM_LIBRARY_SUFFIX.
It's quite abnormal that why sometimes this prefix is same with VTK version but sometimes it is blank?
Do you know why?

HongSongyang 

-----Original Message-----
From: Ben Boeckel [mailto:ben.boeckel at kitware.com] 
Sent: 2015年11月12日 2:59
To: hongsongyang
Cc: vtkusers at vtk.org
Subject: Re: [vtkusers] An Issue About Cmake and Building VTK 6.2 or 6.3 on VS2010

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