This is all brand spanking new stuff that I added last week so I am still learning all the gotcha's myself. I'll put this info in the plugins wiki.<br><br><div class="gmail_quote">On Fri, Dec 17, 2010 at 10:48 AM, Michael Jackson <span dir="ltr"><<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Oh. Didn't know that one. Seems to work now. Thank you very much.<div class="im"><br>
___________________________________________________________<br>
Mike Jackson <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software Dayton, Ohio<br>
<br>
<br>
<br></div><div><div></div><div class="h5">
On Dec 17, 2010, at 10:45 AM, Dave Partyka wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Whatever is installing MXADataModels will need to export it. Add an EXPORT argument to that libraries install rule for example:<br>
<br>
INSTALL(TARGETS vtkPVFilters<br>
EXPORT ${PV_INSTALL_EXPORT_NAME}<br>
RUNTIME DESTINATION ${PV_INSTALL_BIN_DIR} COMPONENT Runtime<br>
LIBRARY DESTINATION ${PV_INSTALL_LIB_DIR} COMPONENT Runtime<br>
ARCHIVE DESTINATION ${PV_INSTALL_LIB_DIR} COMPONENT Development)<br>
<br>
<br>
On Fri, Dec 17, 2010 at 10:07 AM, Michael Jackson <<a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a>> wrote:<br>
I am building paraview with a few of my own plugins. One of the plugins depends on a library which gets built just fine. After updating from the 3.8.1 branch to master I am getting the following error message when running cmake:<br>
<br>
CMake Error: INSTALL(EXPORT "ParaViewTargets" ...) includes target "vtkPVFilters" which requires target "MXADataModel" that is not in the export set.<br>
-- Generating done<br>
<br>
What cmake code should I add to my plugin cmake code to fix this? INSTALL or EXPORT or something else.<br>
<br>
Any help greatly appreciated.<br>
<br>
Thanks<br>
___________________________________________________________<br>
Mike Jackson <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
Principal Software Engineer <a href="mailto:mike.jackson@bluequartz.net" target="_blank">mike.jackson@bluequartz.net</a><br>
BlueQuartz Software Dayton, Ohio<br>
<br>
<br>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br>
</blockquote>
<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>