View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015180CMakeModulespublic2014-09-30 13:042016-06-10 14:31
ReporterDaniel Schepler 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
Platformamd64OSWindowsOS Version7
Product VersionCMake 3.0.2 
Target VersionFixed in Version 
Summary0015180: FindGLUT.cmake should search for glut64 instead of glut32 on 64-bit Windows
DescriptionOn 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.)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0037459)
jzarl (reporter)
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 (administrator)
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.

 Issue History
Date Modified Username Field Change
2014-09-30 13:04 Daniel Schepler New Issue
2014-12-15 09:36 jzarl Note Added: 0037459
2016-06-10 14:29 Kitware Robot Note Added: 0042640
2016-06-10 14:29 Kitware Robot Status new => resolved
2016-06-10 14:29 Kitware Robot Resolution open => moved
2016-06-10 14:29 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team