projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4b56d1
)
Disable glbinding debug option
author
Tobias Markus
<tobbi@mozilla-uk.org>
Fri, 22 Aug 2014 20:47:57 +0000
(22:47 +0200)
committer
Tobias Markus
<tobbi@mozilla-uk.org>
Fri, 22 Aug 2014 20:47:57 +0000
(22:47 +0200)
CMakeLists.txt
patch
|
blob
|
history
diff --git
a/CMakeLists.txt
b/CMakeLists.txt
index
8b1104b
..
7d3be8e
100644
(file)
--- a/
CMakeLists.txt
+++ b/
CMakeLists.txt
@@
-72,7
+72,7
@@
SET(HAVE_SDL TRUE)
OPTION(ENABLE_OPENGL "Enable OpenGL support" ON)
OPTION(GLBINDING_ENABLED "Use glbinding instead of GLEW" OFF)
-OPTION(GLBINDING_DEBUG_OUTPUT "Enable glbinding debug output for each called OpenGL function" O
N
)
+OPTION(GLBINDING_DEBUG_OUTPUT "Enable glbinding debug output for each called OpenGL function" O
FF
)
IF(ENABLE_OPENGL)
FIND_PACKAGE(OpenGL)
IF(OPENGL_FOUND)