From 63b1fe78821b64d00da397979ac0906bb578d549 Mon Sep 17 00:00:00 2001
From: mariva00 <mariva00@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Wed, 15 Sep 2010 13:12:37 +0000
Subject: [PATCH] Fixed type in option list

ENABLE_GUI not ENABLE_UI


git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2701 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9cd09ed90..5ed6abafc 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -258,7 +258,7 @@ message(STATUS
         "OpenStructure will be built with the following options:\n"
         "   Install Prefix                  (-PREFIX) : ${CMAKE_INSTALL_PREFIX}\n"
         "   RPath in install            (-DUSE_RPATH) : ${_USE_RPATH}\n"
-        "   Graphical interface         (-DENABLE_UI) : ${_UI}\n"
+        "   Graphical interface        (-DENABLE_GUI) : ${_UI}\n"
         "   OpenGL support             (-DENABLE_GFX) : ${_OPENGL}\n"
         "   Image Processing support   (-DENABLE_IMG) : ${_IMG}\n"
         "   Shader support             (-DUSE_SHADER) : ${_SHADER}\n"
-- 
GitLab