Browse Source

Wiki update.

Lasse Öörni 12 years ago
parent
commit
74e13e03b3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      CMakeLists.txt

+ 2 - 2
CMakeLists.txt

@@ -45,10 +45,10 @@ add_definitions (-DENABLE_LOGGING)
 # If not on MSVC, enable use of OpenGL instead of Direct3D9 (either not compiling on Windows or
 # with a compiler that may not have an up-to-date DirectX SDK). This can also be unconditionally
 # set, but Windows graphics card drivers are usually better optimized for Direct3D.
-#if (NOT MSVC)
+if (NOT MSVC)
     set (USE_OPENGL 1)
     add_definitions (-DUSE_OPENGL)
-#endif ()
+endif ()
 
 # If not on Windows, enable Unix mode for kNet library.
 if (NOT WIN32)