diff --git a/CMakeLists.txt b/CMakeLists.txt
index e7d5b4c0f551b0e8ca91e369fe9b9fb264ade141..e98bbe58ff1a3649c611ffa083656c695e1b23eb 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -101,9 +101,9 @@ add_dependencies(pastix_spm
 ### Generate the lib
 if (MPI_C_FOUND)
   set_target_properties(pastix_spm PROPERTIES COMPILE_FLAGS "${MPI_COMPILE_FLAGS}")
-target_link_libraries(pastix_spm
-  ${MPI_C_LIBRARIES}
-  )
+  target_link_libraries(pastix_spm
+    ${MPI_C_LIBRARIES}
+    )
 endif (MPI_C_FOUND)
 
 install(TARGETS pastix_spm