<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>I&#8217;m just starting to try and get CMake and SWIG to play nice together.&nbsp; All I&#8217;ve done is add:</div>
<div>&nbsp;</div>
<div>FIND_PACKAGE(SWIG REQUIRED)</div>
<div>&nbsp;</div>
<div>to an existing CMakeLists.txt file that has worked before now.&nbsp; With only this addition I get:</div>
<div>&nbsp;</div>
<div>CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/FindSWIG.cmake:68 (MESSAGE):</div>
<div>&nbsp; SWIG was not found.&nbsp; Please specify Swig executable location</div>
<div>Call Stack (most recent call first):</div>
<div>&nbsp; SAIL/InterfaceLibrary/Source/CMakeLists.txt:34 (FIND_PACKAGE)</div>
<div>&nbsp;</div>
<div>The SWIG install basically says unzip the swig.exe anywhere you like.&nbsp; I&#8217;ve tried putting it in c:, I&#8217;ve put it in c:/SWIG, I&#8217;ve added the directory to my path, I get the same error.&nbsp; I know this is something stupid (like did you set your SWIG_LOCATION
environment variable), but neither CMake nor SWIG mention anything about where CMake is trying to find SWIG or even how it is trying to find SWIG.</div>
<div>&nbsp;</div>
<div>Can anyone give me a push in the right direction?</div>
<div>&nbsp;</div>
<div>-Mike</div>
<div><font face="Arial Black, sans-serif" size="5" color="#808080"><b>Nothing is impossible for the man who doesn't have to do it himself.</b><font face="Calibri, sans-serif" size="2" color="#000000">
<br>

</font><font face="Courier New, monospace" size="2" color="#000000">-A. H. Weiler</font><font face="Calibri, sans-serif" size="2" color="#000000">
<br>

</font><font face="Arial, sans-serif" size="2" color="#800000"><i><b>Ops Analysis (BAE Internal) wiki site:</b></i></font><font face="Calibri, sans-serif" size="2" color="#000000"><i><b> </b></i></font><a href="http://bluas0752/display/EWOA/Home"><font face="Arial, sans-serif" size="2" color="#0000FF"><u><i><b>http://bluas0752/display/EWOA/Home</b></i></u></font></a><font face="Calibri, sans-serif" size="2" color="#000000">
</font></font></div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
</font>
</body>
</html>