From ec73bdd035bc1e822fde506947aaa240494856b9 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sun, 29 Jul 2018 13:00:23 +0200 Subject: [PATCH] Updated CMake Build Options (markdown) --- CMake-Build-Options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMake-Build-Options.md b/CMake-Build-Options.md index 9885f66..afc687a 100644 --- a/CMake-Build-Options.md +++ b/CMake-Build-Options.md @@ -5,7 +5,7 @@ raylib is configurable and can be be built in a variety of ways. Following is a |:-----------------------------:|:-----------------------------------------------------:|:------------:| |`USE_EXTERNAL_GLFW` | Link raylib against system GLFW instead of embedded one | **`OFF`** `ON` `IF_POSSIBLE`| |`PLATFORM` | Platform to build for. | **`Desktop`** `Web` `Android` `Raspberry Pi`| -|`OPENGL_VERSION` | OpenGL Version to build raylib with | **`3.3`** `2.1` `1.1` `ES 2.0`| +|`OPENGL_VERSION` | Force a specific OpenGL Version? | **`OFF`** `3.3` `2.1` `1.1` `ES 2.0`| | **Binary Option** | **Description** | **Default** Value| |:-----------------------------:|:-----------------------------------------------------:|:------------:|