Remove superfluous space

This commit is contained in:
Sebastian Messmer 2016-02-17 01:19:20 +01:00
parent f01c643d5a
commit 009e5b7b9f
1 changed files with 1 additions and 1 deletions

View File

@ -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**