Notes |
|
(0028934)
|
Brad King
|
2012-03-19 09:21
|
|
|
|
(0028935)
|
Brad King
|
2012-03-19 09:23
|
|
The FindOpenGL code path in question is left from when Cygwin packages could use the Windows GL. Cygwin now always builds packages against the X11 GL libraries. Install that package and the else(WIN32)/else(APPLE) block will find them. |
|
|
(0028940)
|
Davide Barbieri
|
2012-03-19 20:58
|
|
Ok, in fact I was using:
/usr/lib/w32api/libopengl32.a |
|
|
(0028941)
|
Brad King
|
2012-03-20 08:40
|
|
Cygwin upstream has moved toward X11-only (the Tcl/Tk package switched recently IIUC). If you *do* want to use the Windows one then you can set CMAKE_LEGACY_CYGWIN_WIN32 to tell CMake to treat Cygwin like Windows which will define WIN32 and take the old code path in FindOpenGL. Otherwise just pass -DOPENGL_gl_LIBRARY=/usr/lib/w32api/libopengl32.a and other relevant options to tell CMake what GL to use. |
|
|
(0030838)
|
David Cole
|
2012-09-03 16:00
|
|
Closing resolved issues that have not been updated in more than 4 months. |
|