Yes I the target_link_libraries. I think the problem is that nurbs might depend on other modules, and do I need <br>need to include those in there on cmake file?<br><br><div><span class="gmail_quote">On 6/15/07, <b class="gmail_sendername">
Clinton Stimpson</b> &lt;<a href="mailto:clinton@elemtech.com">clinton@elemtech.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>I assume this is a plugin in ParaView 3.0?<br>Did you link with the nurbs library?<br><br>ADD_PARAVIEW_PLUGIN(MyPlugin .....)<br>TARGET_LINK_LIBRARIES(MyPlugin ${NURBS_LIBRARY})<br><br>Clint<br><br>Robert Maynard wrote:
<br>&gt; I am currently working on a filter that requires the nurbs++ library.<br>&gt; I created a FindNurbs.cmake file<br>&gt; and have added all the details I think I need to the CMakeLists, but<br>&gt; when I try to load the filter the error
<br>&gt; I get is &quot;undefined symbol:<br>&gt; _ZN4PLib10BasicArrayINS_8Point_nDldLi3EEEE5resetES2_&quot;. What is the<br>&gt; cause of this problem?<br>&gt; Is it an improper FindNurbs file, or do I have to pass Paraview the
<br>&gt; library path too?<br><br></blockquote></div><br>