[vtk-developers] Building Testing/External

Brad King brad.king at kitware.com
Wed Feb 13 16:52:26 EST 2013


On 02/13/2013 04:41 PM, Bill Lorensen wrote:
> cmake -DVTK_DIR:PATH=/home/lorensen/tmp/VTK-install/lib/cmake/vtk-6.0 ~/ProjectsGIT/VTKGerrit/Testing/External
> CMake Error at /home/lorensen/tmp/VTK-install/lib/cmake/vtk-6.0/vtkModuleAPI.cmake:102
> (message):
>   Requested modules not available:
> 
>     vtkFiltersParallelMPI
>     vtkParallelMPI
>     vtkRenderingParallel
> Call Stack (most recent call first):
>   /home/lorensen/ProjectsGIT/VTKGerrit/CMake/vtkModuleMacros.cmake:235 (vtk_module_config)
>   /home/lorensen/ProjectsGIT/VTKGerrit/CMake/vtkModuleMacros.cmake:389 (vtk_module_test)
>   /home/lorensen/ProjectsGIT/VTKGerrit/CMake/vtkTestingMacros.cmake:105 (vtk_module_test_executable)
>   /home/lorensen/ProjectsGIT/VTKGerrit/Filters/Parallel/Testing/Cxx/CMakeLists.txt:1 (add_test_mpi)

There seems to be a discrepancy between the modules that were built
and installed versus the test modules that Testing/External is
activating from reading the installed package.  It doesn't show
up on the dashboard machine that runs this because it enables all
modules.

Which modules did you enable when building VTK?

-Brad



More information about the vtk-developers mailing list