[CMake] CMake can't find package on Windows

Tron Thomas tron.thomas at verizon.net
Sun May 10 01:23:44 EDT 2009


What is involved in writing a patch?

Tyler Roscoe wrote:
> On Fri, May 08, 2009 at 05:34:19PM -0700, Tron Thomas wrote:
>   
>> 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.
>>     
>
> 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
>
>   

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090509/387947ba/attachment.htm>


More information about the CMake mailing list