MantisBT - CMake
View Issue Details
0015180CMakeModulespublic2014-09-30 13:042016-06-10 14:31
Daniel Schepler 
Kitware Robot 
normalminoralways
closedmoved 
amd64Windows7
CMake 3.0.2 
 
0015180: FindGLUT.cmake should search for glut64 instead of glut32 on 64-bit Windows
On 64-bit Windows, the GLUT stub library is named glut64.lib instead of glut32.lib. So, find_package(GLUT) should be searching for glut64 instead of glut32 on that platform. (Or maybe search for both with glut64 preferred, if in fact there are some 64-bit versions of glut32.lib/glut32.dll out there.)
No tags attached.
Issue History
2014-09-30 13:04Daniel ScheplerNew Issue
2014-12-15 09:36jzarlNote Added: 0037459
2016-06-10 14:29Kitware RobotNote Added: 0042640
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0037459)
jzarl   
2014-12-15 09:36   
Just to add some data-point:

The semi-official pre-packaged freeglut at http://www.transmissionzero.co.uk/software/freeglut-devel/ [^] seems to use "lib/" for the 32bit libraries and "lib/x64/" for the 64bit libs.
(0042640)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.