[vtk-developers] Error with find_package(VTK) for vtk master
    David Gobbi 
    david.gobbi at gmail.com
       
    Fri Jun  8 11:01:29 EDT 2018
    
    
  
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/c8f87e47/attachment.html>
    
    
More information about the vtk-developers
mailing list