On 08/29/2012 05:43 AM, Benjamin Eikel wrote: > I have written a find module for the OpenGL Extension Wrangler (GLEW) [1] > library (see attachment). I tried to follow all the instructions that I have > found. I am willing to maintain that module.
Great, thanks for your work! Please proceed through steps 5 and 6 here: http://www.cmake.org/Wiki/CMake:Module_Maintainers#New_Maintainer You're welcome to work on other modules (like SDL) as well, but please bring up changes for discussion on the list with the current maintainer of each. > "glew.h" does not contain any version information. It looks like there are version "macros" that evaluate to runtime tests. How is one supposed to do any preprocessor conditionals based on the version when using GLEW? > I could extract version information using PkgConfig, but I have in > mind that using PkgConfig is discouraged. There is nothing wrong with using PkgConfig when it is available, but it does not work for all toolchains on all platforms we support. -Brad -- 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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
