<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
What is involved in writing a patch?<br>
<br>
Tyler Roscoe wrote:
<blockquote cite="mid:20090510030647.GA16711@cryptio.net" type="cite">
<pre wrap="">On Fri, May 08, 2009 at 05:34:19PM -0700, Tron Thomas wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I looked at the FindDevIL.cmake file, and if I understand it correctly
it might be wrong for Windows. On Linux, the main library is called
libIL.so. On Windows, however, the corresponding import library is
called DevIL.lib. The FindDevIL.cmake file seems to only consider IL
and not DEVIL as the valid name for the library. I added DEVIL to the
NAMES entry for the IL_LIBRARY's FIND_LIBRARY command and CMake
successfully configured the project. I'm wondering if I should enter a
bug against this module.
</pre>
</blockquote>
<pre wrap=""><!---->
I don't know anything about that find module, but filing a bug sounds
appropriate to me. Even better is if you can write a patch that fixes
the problem.
tyler
</pre>
</blockquote>
<br>
</body>
</html>