[vtk-developers] Error with find_package(VTK) for vtk master

David Gobbi david.gobbi at gmail.com
Fri Jun 8 13:21:41 EDT 2018


Upon further investigation, this problem with vtkm_cont goes back to
commit a2b0b7f3 on May 4: Update to latest VTK-m master


On Fri, Jun 8, 2018 at 9:01 AM, David Gobbi <david.gobbi at gmail.com> wrote:

> Hi All,
>
> I'm getting an error when using vtk master from an external project.
> My test CMakeLists.txt is the following:
>
>     project(TESTPROJ)
>     cmake_minimum_required(VERSION 2.8.11)
>     find_package(VTK REQUIRED)
>
> The call to find_package() reports the following error:
>
>     The following imported targets are referenced, but are missing:
> vtkm_cont
>
> Is vtkm_cont meant to be a private library or is it an interface library?
>
>   - David
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/vtk-developers/attachments/20180608/e9aa3244/attachment.html>


More information about the vtk-developers mailing list