<div dir="ltr">Looks like something is setting <div><div>PROJ4_INCLUDE_DIR </div><div>PROJ4_LIBRARY </div></div><div>to the system's proj4. I use a custom findproj4 that only looks where I tell it. <br></div><div><br></div><div>then I see that </div><div>LIB_FILES:INTERNAL<br></div><div>contains vtkproj4</div><div>LIB_FILES just holds all my 3rd party libraries I need to link against.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><span style="color:rgb(102,102,102)">Chris Marsh</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">PhD Candidate</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)"></span><a href="http://chrismarsh.ca/" style="color:rgb(102,102,102)" target="_blank">chrismarsh.ca</a><br style="color:rgb(102,102,102)"><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">121 Research Drive</span><br style="color:rgb(102,102,102)"><span style="color:rgb(102,102,102)">University of Saskatchewan</span><br style="color:rgb(102,102,102)"></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On 11 January 2018 at 13:29, Ben Boeckel <span dir="ltr"><<a href="mailto:ben.boeckel@kitware.com" target="_blank">ben.boeckel@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Thu, Jan 11, 2018 at 11:41:40 -0600, Chris Marsh wrote:<br>
> Thanks for the details. This doesn't seem to be working for me though. I've<br>
> tried passing VTK_USE_SYSTEM_libproj4 to cmake on the command line as well<br>
> as defining it as a CXXFLAG='-D VTK_USE_SYSTEM_libproj4", however neither<br>
> works. I still see the vtklibproj4 in the output of ldd.<br>
<br>
</span>CMake should be getting the flag. If you do:<br>
<br>
    grep -i proj4 CMakeCache.txt<br>
<br>
do any variables stand out as potentially being set to use the internal<br>
one?<br>
<span class="HOEnZb"><font color="#888888"><br>
--Ben<br>
</font></span></blockquote></div><br></div>