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
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake