From 009e5b7b9f08a4cc67881dbfa580385649c0a3a2 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Wed, 17 Feb 2016 01:19:20 +0100 Subject: [PATCH] Remove superfluous space --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd7f7e12..646494bb 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ On most systems, CMake should find the libraries automatically. However, that do If you want to link boost dynamically (e.g. you don't have the static libraries), use the following: - cmake .. -DBoost_USE_STATIC_LIBS=off + cmake .. -DBoost_USE_STATIC_LIBS=off 2. **Fuse/Osxfuse library not found**