Skip to content
Snippets Groups Projects
Commit 6b89bc8b authored by Jordi Inglada's avatar Jordi Inglada
Browse files

ENH: GL_NO_ACCEL --> forgotten compiler definition

parent 9683b73d
No related branches found
No related tags found
No related merge requests found
......@@ -230,6 +230,13 @@ IF(OTB_USE_VISU_GUI)
#-------------------------------
OPTION(GL_NO_ACCEL "Do not use video card acceleration." OFF)
MARK_AS_ADVANCED(GL_NO_ACCEL)
IF(GL_NO_ACCEL)
# Add compiler option
ADD_DEFINITIONS(-DGL_NO_ACCEL)
ENDIF(GL_NO_ACCEL)
#-------------------------------
# FLTK Library
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment