From 91af63d3f77affaa0dbbd8ca5887b5e5d11f25cd Mon Sep 17 00:00:00 2001 From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Mon, 1 Mar 2010 08:43:30 +0000 Subject: [PATCH] improve formatting of CMake output git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@1744 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ae7b8c217..6d6a2b9e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -216,7 +216,7 @@ message(STATUS "OpenStructure will be built with the following options:\n" " Graphical interface (-DENABLE_UI) : ${_UI}\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" " Optimize (-DOPTIMIZE) : ${_OPT}\n" " Double Precision (-DUSE_DOUBLE_PRECISION) : ${_DOUBLE_PREC}\n" -- GitLab