CMake: FREEGLUT_REPLACE_GLUT option should not be visible on windows

git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1733 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
dcnieho 2014-12-25 14:35:09 +00:00
parent f0f7dc61ab
commit 19edce36b2

View File

@ -50,7 +50,9 @@ ENDIF()
OPTION(FREEGLUT_GLES "Use OpenGL ES (requires EGL)" OFF) OPTION(FREEGLUT_GLES "Use OpenGL ES (requires EGL)" OFF)
# option to build either as "glut" (ON) or "freeglut" (OFF) # option to build either as "glut" (ON) or "freeglut" (OFF)
IF(NOT WIN32)
OPTION(FREEGLUT_REPLACE_GLUT "Be a replacement for GLUT" ON) OPTION(FREEGLUT_REPLACE_GLUT "Be a replacement for GLUT" ON)
ENDIF()
SET(FREEGLUT_HEADERS SET(FREEGLUT_HEADERS