mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 14:40:26 -06:00
FIX: comply with the way OpenGL libs are set in FindOpenGL and FindGLU
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
#
|
||||
|
||||
IF (WIN32)
|
||||
FIND_LIBRARY(GLUT_LIBRARY glut32)
|
||||
|
||||
SET (GLUT_LIBRARY glut32 CACHE STRING "GLUT library for win32")
|
||||
ELSE (WIN32)
|
||||
FIND_PATH(GLUT_INCLUDE_PATH GL/glut.h
|
||||
/usr/include
|
||||
|
||||
Reference in New Issue
Block a user