[vtk-developers] VTK Modular cmake error

Goodwin Lawlor goodwin.lawlor.lists at gmail.com
Fri Apr 13 15:33:42 EDT 2012


On Fri, Apr 13, 2012 at 4:15 PM, Marcus D. Hanwell <
marcus.hanwell at kitware.com> wrote:

> On Fri, Apr 13, 2012 at 10:24 AM, Bill Lorensen <bill.lorensen at gmail.com>
> wrote:
> > Linux Fedore 13, cmake 2.8.5, default vtk settings.
> >
> > If I VTK_USE_GLSL_SHADERS:BOOL=OFF, it configures fine. But
> > VTK_USE_GLSL_SHADERS:BOOL=ON by default for my build.
>
> So you are passing these into the initial cache? I will take a look as
> the old logic probably doesn't make sense in the CMakeLists.txt any
> longer. Thanks for the extra details, there are certainly a few of
> these lurking that are on my list to look into.
>
> Marcus


I hit this same bug as Bill today.

It's caused by the test name changing with vtk-mod.

On line 205 of \VTK\Rendering\OpenGL\Testing\Cxx\CMakeList.txt

change:

TestGenericVertexAttributesGLSLDepthPeelingPass

to

vtkRenderingOpenGLCxx-TestGenericVertexAttributesGLSLDepthPeelingPass

Goodwin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120413/f67a6851/attachment.html>


More information about the vtk-developers mailing list