Skip to content
Snippets Groups Projects
Commit fa2d8394 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

DOC: warning message about OpenJPEG / ITK conflict changed into STATUS

parent e16d4bc0
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ endif()") ...@@ -16,7 +16,7 @@ endif()")
endif() endif()
message(STATUS "Found OpenJPEG : ${OPENJPEG_LIBRARIES} (version ${OPENJPEG_MAJOR_VERSION}.${OPENJPEG_MINOR_VERSION}.${OPENJPEG_BUILD_VERSION})") 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 " "Depending on ITK version and enabled modules, the OpenJPEG headers can be "
"present in ITK include folder. Since the include order between modules is " "present in ITK include folder. Since the include order between modules is "
"deterministic, the OpenJPEG header from ITK may be included first. To avoid " "deterministic, the OpenJPEG header from ITK may be included first. To avoid "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment