<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Title" content="">
<meta name="Keywords" content="">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Arial;
        panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:DengXian;
        panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Calibri",sans-serif;}
h1
        {mso-style-priority:9;
        mso-style-link:"Heading 1 Char";
        margin-top:12.0pt;
        margin-right:0in;
        margin-bottom:0in;
        margin-left:0in;
        margin-bottom:.0001pt;
        page-break-after:avoid;
        font-size:16.0pt;
        font-family:"Calibri Light",sans-serif;
        color:#2F5496;
        font-weight:normal;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
span.Heading1Char
        {mso-style-name:"Heading 1 Char";
        mso-style-priority:9;
        mso-style-link:"Heading 1";
        font-family:"Calibri Light",sans-serif;
        color:#2F5496;}
span.msoIns
        {mso-style-type:export-only;
        mso-style-name:"";
        text-decoration:underline;
        color:teal;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style>
</head>
<body bgcolor="white" lang="EN-US" link="#0563C1" vlink="#954F72">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">For some time I’ve used a custom reader in Paraview.  I’m having issues with my recently issued mac.   In the past I’ve recompiled the entire code but I’m having issues with QT so I’m trying to just get my
 reader working as a plugin as per the instructions on the paraview.org page “</span><span lang="EN" style="font-size:11.0pt">ParaView/Plugin HowTo”.  I thought that would be easier.  I’ve been unable to get past the following cmake  error.  I’m not very knowledgable
 on cmake . I wish I had time to  figure it out but I don’t. Any help with the following would be apprecitated   Thanks – I wasn’t   the best time to be given a new computer. Tim<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN" style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">CMake Error at CMakeLists.txt:1 (FIND_PACKAGE):<br>
By not providing "FindParaView.cmake" in CMAKE_MODULE_PATH this project has<br>
asked CMake to find a package configuration file provided by "ParaView",<br>
but CMake did not find one.<br>
<br>
Could not find a package configuration file provided by "ParaView" with any<br>
of the following names:<br>
<br>
ParaViewConfig.cmake<br>
paraview-config.cmake<br>
<br>
Add the installation prefix of "ParaView" to CMAKE_PREFIX_PATH or set<br>
"ParaView_DIR" to a directory containing one of the above files. If<br>
"ParaView" provides a separate development package or SDK, be sure it has<br>
been installed.<o:p></o:p></span></i></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">My CmakeList.txt – which may not be correct.  My reader is a clone of the Plot3d Reader<o:p></o:p></span></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">FIND_PACKAGE(ParaView REQUIRED)<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">INCLUDE(${PARAVIEW_USE_FILE})<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">ADD_PARAVIEW_PLUGIN(TURBO_Reader "1.0"
<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">   SERVER_MANAGER_XML TURBO_Reader.xml<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">   SERVER_MANAGER_SOURCES vtkMultiBlockTURBOReader.cxx vtkMultiBlockTURBOReaderInternals.cxx<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">   REQUIRED_ON_SERVER)<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt"><o:p> </o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">set_source_files_properties(<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">  vtkMultiBlockTURBOReaderInternals<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">  PROPERTIES<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">    WRAP_EXCLUDE 1<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">    WRAP_EXCLUDE_PYTHON 1<o:p></o:p></span></i></p>
<p class="MsoNormal"><i><span style="font-size:11.0pt">  )<o:p></o:p></span></i></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Thanks<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">Tim<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN" style="font-size:11.0pt"><o:p> </o:p></span></p>
</div>
</body>
</html>