<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
It's from: <a href="https://lorensen.github.io/VTKExamples/site/Cxx/Medical/TissueLens/" id="LPNoLP713188">
https://lorensen.github.io/VTKExamples/site/Cxx/Medical/TissueLens/</a></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I'm downloading these examples, uncompressing to a folder, entering that folder (which contains the CMakeLists.txt and cxx file) and running: cmake -G "Visual Studio 15 2017 Win64" .</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I have a VTK_DIR environment variable set to  <font size="2"><span style="font-size:11pt">/lib/cmake/vtk-#</span></font> for the version of VTK I want to use, as was required when building examples against VTK 8.1.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
-Trinian<br>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Ben Boeckel <ben.boeckel@kitware.com><br>
<b>Sent:</b> February 8, 2019 1:39 PM<br>
<b>To:</b> Trinian Gordon<br>
<b>Cc:</b> VTK Users Mailing List<br>
<b>Subject:</b> Re: [vtkusers] Examples don't Configure with New Module Structure</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">On Fri, Feb 08, 2019 at 20:24:53 +0000, Trinian Gordon wrote:<br>
> I'm trying to build the TissueLens example, along with other examples,<br>
> and all the examples that I have tried now fail in cmake with the<br>
> error message:<br>
<br>
Where does this example live? WikiExamples? Somewhere else?<br>
<br>
> Could not find the VTK package with the following required components:<br>
> CommonCore, CommonDataModel, FiltersCore, FiltersGeneral,<br>
> FiltersSources, IOImage, InteractionStyle, RenderingContextOpenGL2,<br>
> RenderingCore, RenderingFreeType, RenderingOpenGL2.<br>
> <br>
> I am building against a master source build of VTK, and have noticed<br>
> that the /lib/cmake/vtk-#/Modules folder is no longer created with a<br>
> vtk build & install. CMake 3.10 vs 3.13.4 makes no difference.<br>
<br>
There's nothing to put in that directory. Modules are now just plain<br>
CMake targets with their usage requirements attached to them.<br>
<br>
> All of these modules are built and exist in the /lib and /bin folders,<br>
> but cmake doesn't find them. Any ideas?<br>
<br>
What CMake code are you using to find VTK?<br>
<br>
--Ben<br>
</div>
</span></font></div>
</body>
</html>