From 673f29f343ee626d428c9e7bd8b63950599df8c3 Mon Sep 17 00:00:00 2001 From: Marco Biasini <marco.biasini@unibas.ch> Date: Thu, 30 Jun 2011 16:29:44 +0200 Subject: [PATCH] properly align output The main purpose of this commit is to test the jira/git integration, so I'm just randomly mentioning a bug report that exists in the develop instance of jira: BZDNG-9. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cfebaa1b5..12e52f7c6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -224,7 +224,7 @@ message(STATUS " OpenGL support (-DENABLE_GFX) : ${_OPENGL}\n" " Image Processing support (-DENABLE_IMG) : ${_IMG}\n" " Shader support (-DUSE_SHADER) : ${_SHADER}\n" - " Numpy support (-DUSE_NUMPY) : ${_NUMPY}\n" + " Numpy support (-DUSE_NUMPY) : ${_NUMPY}\n" " Optimize (-DOPTIMIZE) : ${_OPT}\n" " Profiling support (-DPROFILE) : ${_PROFILE}\n" " Double Precision (-DUSE_DOUBLE_PRECISION) : ${_DOUBLE_PREC}\n" -- GitLab