From fa2d839438f9b03bcde299ff78517cd214484df1 Mon Sep 17 00:00:00 2001
From: Guillaume Pasero <guillaume.pasero@c-s.fr>
Date: Wed, 4 Nov 2015 18:15:31 +0100
Subject: [PATCH] DOC: warning message about OpenJPEG / ITK conflict changed
 into STATUS

---
 Modules/ThirdParty/OpenJPEG/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Modules/ThirdParty/OpenJPEG/CMakeLists.txt b/Modules/ThirdParty/OpenJPEG/CMakeLists.txt
index 65101008cc..97a4020113 100644
--- a/Modules/ThirdParty/OpenJPEG/CMakeLists.txt
+++ b/Modules/ThirdParty/OpenJPEG/CMakeLists.txt
@@ -16,7 +16,7 @@ endif()")
   endif()
 
   message(STATUS "Found OpenJPEG : ${OPENJPEG_LIBRARIES} (version ${OPENJPEG_MAJOR_VERSION}.${OPENJPEG_MINOR_VERSION}.${OPENJPEG_BUILD_VERSION})")
-  message(WARNING "There could be a version conflict if ITK also contains an OpenJPEG version. "
+  message(STATUS  "WARNING : There could be a version conflict if ITK also contains an OpenJPEG version. "
                   "Depending on ITK version and enabled modules, the OpenJPEG headers can be "
                   "present in ITK include folder. Since the include order between modules is "
                   "deterministic, the OpenJPEG header from ITK may be included first. To avoid "
-- 
GitLab