Whatever is installing MXADataModels will need to export it. Add an EXPORT argument to that libraries install rule for example:<div><br></div><div><div>INSTALL(TARGETS vtkPVFilters</div><div>
EXPORT ${PV_INSTALL_EXPORT_NAME}</div><div> RUNTIME DESTINATION ${PV_INSTALL_BIN_DIR} COMPONENT Runtime</div><div> LIBRARY DESTINATION ${PV_INSTALL_LIB_DIR} COMPONENT Runtime</div><div> ARCHIVE DESTINATION ${PV_INSTALL_LIB_DIR} COMPONENT Development)</div>
<div><br></div><br><div class="gmail_quote">On Fri, Dec 17, 2010 at 10:07 AM, Michael Jackson <span dir="ltr"><<a href="mailto:mike.jackson@bluequartz.net" target="_blank">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">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>
</blockquote></div><br>
</div>