[Paraview] Bug In Moments Plugin CMake Code
Michael Jackson
mike.jackson at bluequartz.net
Wed Jan 13 13:42:59 EST 2010
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 mike.jackson at bluequartz.net
BlueQuartz Software www.bluequartz.net
Principal Software Engineer Dayton, Ohio
More information about the ParaView
mailing list