summaryrefslogtreecommitdiffstats
path: root/src/common/config.h.cmake
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-01-05 23:03:06 +0100
committerPiotr Dziwinski <piotrdz@gmail.com>2013-01-05 23:03:06 +0100
commit8818a8e5db86f140230d789427373e1771747f5d (patch)
treeae3d51735c50fa6c85008a6bf3c8b13caf9166d7 /src/common/config.h.cmake
parentd1942e1216768d41bc747a79287962a76a3aeb75 (diff)
downloadcolobot-8818a8e5db86f140230d789427373e1771747f5d.tar.gz
colobot-8818a8e5db86f140230d789427373e1771747f5d.tar.bz2
colobot-8818a8e5db86f140230d789427373e1771747f5d.zip
Corrected OpenGL extension detection
- corrected multitexture and VBO detection - GLEW is now a required library - minor CMakeLists refactoring
Diffstat (limited to 'src/common/config.h.cmake')
-rw-r--r--src/common/config.h.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/config.h.cmake b/src/common/config.h.cmake
index 022bb69..1595e09 100644
--- a/src/common/config.h.cmake
+++ b/src/common/config.h.cmake
@@ -5,7 +5,6 @@
#cmakedefine PLATFORM_LINUX @PLATFORM_LINUX@
#cmakedefine PLATFORM_OTHER @PLATFORM_OTHER@
-#cmakedefine USE_GLEW @USE_GLEW@
#cmakedefine GLEW_STATIC
#define COLOBOT_VERSION "@COLOBOT_VERSION_FULL@"