[vtkusers] ANNOUNCE: vtk 6.0.0.rc1 is available to download

Marcus D. Hanwell marcus.hanwell at kitware.com
Thu May 23 11:19:38 EDT 2013


On Thu, May 23, 2013 at 11:13 AM, Dženan Zukić <dzenanz at gmail.com> wrote:
> Now I call vtk from CMakeLists like this:
> FIND_PACKAGE(VTK 6.0 REQUIRED COMPONENTS vtkGUISupportQtOpenGL NO_MODULE)
>
> but when compiling the project I still get LNK1181 with
> vtkTestingGenericBridge.lib if I keep BUILD_TESTING set to off.
>
> Setting BUILD_TESTING to 1 solves the issue (regardless of the way how
> find_package is called). But I think it is stupid to require users to enable
> building of internal tests just so their normal applications can link
> properly.
>
No one is suggesting you should have to turn on testing for your
normal application to work. It looks like you have found a bug, and we
will work on ensuring it is fixed in the next rc. Thanks for testing,
and your feedback.

Marcus



More information about the vtkusers mailing list