Skip to content
Snippets Groups Projects
Commit 63b1fe78 authored by mariva00's avatar mariva00
Browse files

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
parent 56a9234d
No related branches found
No related tags found
No related merge requests found
...@@ -258,7 +258,7 @@ message(STATUS ...@@ -258,7 +258,7 @@ message(STATUS
"OpenStructure will be built with the following options:\n" "OpenStructure will be built with the following options:\n"
" Install Prefix (-PREFIX) : ${CMAKE_INSTALL_PREFIX}\n" " Install Prefix (-PREFIX) : ${CMAKE_INSTALL_PREFIX}\n"
" RPath in install (-DUSE_RPATH) : ${_USE_RPATH}\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" " OpenGL support (-DENABLE_GFX) : ${_OPENGL}\n"
" Image Processing support (-DENABLE_IMG) : ${_IMG}\n" " Image Processing support (-DENABLE_IMG) : ${_IMG}\n"
" Shader support (-DUSE_SHADER) : ${_SHADER}\n" " Shader support (-DUSE_SHADER) : ${_SHADER}\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment