On Fri, Jul 31, 2015 at 16:34:49 +0000, Bruce Jones wrote:
> I am trying to build the superbuild for x64 on windows. I have configured
> everything with cmake (i have only selected ENABLE_paraview and ENABLE_qt)
> and am trying to do a release build. The build fails with,
> 
> 7>  CMake Error at VTK/CMake/vtkModuleAPI.cmake:53 (message):
> 7>    No such module: "vtkCommonDataModel"
> 
> Any suggestions?

What CMake generator did you use? The superbuild is only tested with
Ninja on Windows:

    C:\> REM Open a VS2010 x64 Command Tools Prompt
    C:\> cmake -GNinja ../path/to/superbuild/source
    C:\> REM Edit configuration in cmake-gui
    C:\> ninja

Ninja is available from:

    https://martine.github.io/ninja

if you do not have it already.

--Ben
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/paraview

Reply via email to