ParaView3/Plugins/CMakeLists.txt line 37:

paraview_build_optional_plugin(Moments, "Filters for Flux and Circulation Fields" Moments ON)
--------------------------------------^
Note the comma after Moments. Should be

paraview_build_optional_plugin(Moments "Filters for Flux and Circulation Fields" Moments ON)

Was throwing me a bit. Can someone commit this to CVS?

 Found in the ParaView 3.6.2 Source Download.
_________________________________________________________
Mike Jackson                  [email protected]
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio

_______________________________________________
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

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to