From f2f934e42ff00b00039d525c6c75481a3c6875cd Mon Sep 17 00:00:00 2001
From: Stefan Bienert <stefan.bienert@unibas.ch>
Date: Mon, 17 Feb 2020 15:34:09 +0100
Subject: [PATCH] Fixe doption name

---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e42ceeb00..1eb22ab60 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -32,7 +32,7 @@ option(ENABLE_GUI "whether the graphical user interface should be enabled"
        ON)
 option(ENABLE_GFX "whether graphics support should be enabled"
        ON)
-option(ENABLE_GFX "whether to use the OpenGL Legacy GL implementation"
+option(OPENGLPREFERENCE_LEGACY "whether to use the OpenGL Legacy GL implementation"
        OFF)
 option(ENABLE_IMG "whether the image processing module should be compiled"
        ON)
-- 
GitLab