FIX: bug, the wrong include file was searched.
This commit is contained in:
parent
ab9c677232
commit
1c943b80c9
@ -13,7 +13,7 @@ IF (WIN32)
|
|||||||
SET (GLU_LIBRARY glu32 CACHE STRING "GLU library for win32")
|
SET (GLU_LIBRARY glu32 CACHE STRING "GLU library for win32")
|
||||||
ENDIF(BORLAND)
|
ENDIF(BORLAND)
|
||||||
ELSE (WIN32)
|
ELSE (WIN32)
|
||||||
FIND_PATH(GLU_INCLUDE_PATH GL/gl.h
|
FIND_PATH(GLU_INCLUDE_PATH GL/glu.h
|
||||||
/usr/include
|
/usr/include
|
||||||
/usr/local/include
|
/usr/local/include
|
||||||
/usr/openwin/share/include
|
/usr/openwin/share/include
|
||||||
|
Loading…
x
Reference in New Issue
Block a user