I’m trying to build a ParaView with the LagrangianParticleTracker filter but I am unsure on the build parameters. Currently I am building following the repository guide with this code below:
Thank you very much for answering and your reply helped solve my issue.
I made two mistakes; firstly not reading the documentation carefully and secondly not understanding the Lagrangian Particle Tracker is a plugin which presents as a filter.
Firstly, knowing filters are plugins, it would have directed me to the docs for the cmake build parameter code you supplied - docs for reference.
Secondly, adding to my initial mistake not understanding plugins presenting as filters, I had to enter the Tools > Manage Plugins... to specifically enable the LagrangianParticleTracker which was present in my cmake version and the pre-complied ParaView versions available from ParaView downloads.
Apologies for my lack of understanding, my problem is now resolved. Thank you!