|
Notes |
|
|
(0021912)
|
|
Thomas Sondergaard
|
|
2010-08-24 05:57
|
|
This is trivially fixed by adding freeglut to the list of library names.
--- CMake 2.8/share/cmake-2.8/Modules/FindGLUT.cmake 2010-08-24 10:24:19.115486300 +0200
+++ FindGLUT.cmake 2010-08-24 11:54:30.181627400 +0200
@@ -23,7 +23,7 @@
IF (WIN32)
FIND_PATH( GLUT_INCLUDE_DIR NAMES GL/glut.h
PATHS ${GLUT_ROOT_PATH}/include )
- FIND_LIBRARY( GLUT_glut_LIBRARY NAMES glut glut32
+ FIND_LIBRARY( GLUT_glut_LIBRARY NAMES glut glut32 freeglut
PATHS
${OPENGL_LIBRARY_DIR}
${GLUT_ROOT_PATH}/Release |
|
|
|
(0024788)
|
|
David Cole
|
|
2011-01-17 14:21
|
|
|
|
|
(0024789)
|
|
David Cole
|
|
2011-01-17 14:22
|
|
|
Fixed in the 'next' branch of CMake. |
|
|
|
(0026383)
|
|
David Cole
|
|
2011-05-02 14:46
|
|
|
Closing resolved issues that have not been updated in more than 3 months. |
|