diff --git a/CMakeLists.txt b/CMakeLists.txt
index df0b186f8debf8eb3e860eab3cda4d55047128f0..91bb6f45c5cb2d1f0339d5b22016bf3a80c407e8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -60,7 +60,6 @@ ENDIF (\"${CMAKE_BUILD_TYPE}\" STREQUAL \"\")
 # --- Default options -------------------------------------------------
 OPTION(BUILD_SHARED_LIBS "Build ${PROJECT_NAME} with shared libraries." ON)
 OPTION(GENERATE_DOC "Generate html documentation" OFF)
-
 OPTION(USE_BOOST "Compile with boost." ON)
 
 #