I am currently working on a filter that requires the nurbs++ library. I created a FindNurbs.cmake file<br>and have added all the details I think I need to the CMakeLists, but when I try to load the filter the error<br>I get is &quot;undefined symbol: _ZN4PLib10BasicArrayINS_8Point_nDldLi3EEEE5resetES2_&quot;. What is the cause of this problem?
<br>Is it an improper FindNurbs file, or do I have to pass Paraview the library path too?<br>