[vtkusers] vtkLocal
Dominik Szczerba
dominik at itis.ethz.ch
Mon Oct 27 12:23:54 EDT 2014
Hi,
1. In vtkLocal example I believe there is an error in the CMakeLists.txt:
find_package(VTK vtkCommonCore)
should be:
find_package(VTK 6.1 COMPONENTS vtkCommonCore)
or at least only so can I only configure the project using MSVC2012,
else I get a cmake error that vtkCommonCore is invalid/not found.
2. README says "Also add any VTK modules used by your classes to the
modules.cmake
dependency list." Which modules.cmake do you mean? There is no such
file in VTK source tree.
Many thanks for clarifications.
Best regards,
Dominik
More information about the vtkusers
mailing list