Notes |
|
(0001083)
|
Bill Hoffman
|
2004-05-20 11:03
|
|
IF you have modified files, you can use the create attachement feature in the bug tracker to send them to us. |
|
|
(0001084)
|
Bradley Lowekamp
|
2004-05-20 11:21
|
|
The attached files do not include the new CMake feature I was told about for optional parameters for the additional requested options so that these modules will remain backwardsly compatiable. Example usage:
CHECK_EXTRA_SYMBOL_EXISTS(glXGetProcAddressARB "GL/glx.h" HAVE_GLXGETPROCADDRESSARB "${OPENGL_INCLUDE_DIR}" "${OPENGL_LIBRARIES}")
CHECK_EXTRA_TYPE_SIZE (PFNGLBINDBUFFERARBPROC OPENGL_ARB_vertex_buffer_object_PROTOTYPES "<GL/gl.h>" "${OPENGL_INCLUDE_DIR}" "")
|
|
|
(0001165)
|
Bill Hoffman
|
2004-06-01 13:13
|
|
Actually, by not using the varible arguments feature it is not backwards compatible. Your changes will change the signiture of the macros and break existing projects that are using them.
-Bill
|
|
|
(0023813)
|
David Cole
|
2010-12-08 15:45
|
|
Decided to close at the CMake 2.8.4 bug triage meeting, Dec. 8, 2010. |
|