From a61036eede726dc6e4747c1b5103d9b457faee66 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Thu, 7 Feb 2013 09:57:22 -0800 Subject: [PATCH] Formatting fixes for readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ef2a2042..f7b25633 100644 --- a/README.md +++ b/README.md @@ -712,16 +712,14 @@ Look at the output of your CMake call. There should be a line in it like the following (with `.dylib` in place of `.so` on a Mac): ``` --- Found PythonLibs: /usr/lib/libpython2.7.so (Required is at least version "2.5 -") +-- Found PythonLibs: /usr/lib/libpython2.7.so (Required is at least version "2.5") ``` That would be the **correct** output. An example of **incorrect** output would be the following: ``` --- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable version -"2.5.1", minimum required is "2.5") +-- Found PythonLibs: /usr/lib/libpython2.7.so (found suitable version "2.5.1", minimum required is "2.5") ``` Notice how there's an extra bit of output there, the `found suitable version