From 695eb565dff3f77980b8a95ee7eaedb83e438432 Mon Sep 17 00:00:00 2001
From: Antoine Regimbeau <antoine.regimbeau@c-s.fr>
Date: Wed, 10 Jul 2019 14:22:26 +0200
Subject: [PATCH] Format comments

---
 CMake/OTBModuleExternal.cmake | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/CMake/OTBModuleExternal.cmake b/CMake/OTBModuleExternal.cmake
index 50494ff911..f629eeeab4 100644
--- a/CMake/OTBModuleExternal.cmake
+++ b/CMake/OTBModuleExternal.cmake
@@ -33,17 +33,17 @@ if(NOT OTB_VERSION VERSION_GREATER "5.2")
 endif()
 if(NOT EXISTS ${OTB_CMAKE_DIR}/OTBModuleMacros.cmake)
   if(NOT OTB_BUILD_MODULE_AS_STANDALONE)
-    message(FATAL_ERROR "Modules can only be built against an OTB build tree; \
-they cannot be built against an OTB install tree. You can build your module \
-as a standalone CMake project instead, by activating the \
-BUILD_MODULE_AS_STANDALONE option. Beware that dependency between remote \
-modules will NOT be tracked.")
+    message(FATAL_ERROR "Modules can only be built against an OTB build tree; "
+            "they cannot be built against an OTB install tree. You can build "
+            "your module as a standalone CMake project instead, by activating "
+            "the BUILD_MODULE_AS_STANDALONE option. Beware that dependency "
+            "between remote modules will NOT be tracked.")
   endif()
 endif()
 
 if(OTB_BUILD_MODULE_AS_STANDALONE)
-  message(STATUS "You are building this module as a standalone CMake project. \
-    Beware that dependencies to other remote modules will not be tracked.")
+  message(STATUS "You are building this module as a standalone CMake project. "
+          "Beware that dependencies to other remote modules will not be tracked.")
   include(OTBStandaloneModuleMacros)
   otb_module_impl()
 else()
-- 
GitLab