From 560581de3be72c75f122425562c7d58537ae0857 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Tue, 15 Jul 2008 08:35:06 +0000 Subject: [PATCH] =?UTF-8?q?Option,=20USE=5FJPEG2000=20mise=20par=20d=C3=A9?= =?UTF-8?q?faut=20=C3=A0=20ON?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9340d86ae0..8dc79c7101 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ OPTION(BUILD_TESTING "Build testing." OFF) # Case for release 2.2.1 # Use the openjpeg library. -OPTION(OTB_USE_JPEG2000 "Use to support jpeg2000 image file format." OFF) +OPTION(OTB_USE_JPEG2000 "Use to support jpeg2000 image file format." ON) #MARK_AS_ADVANCED(OTB_USE_JPEG2000) #----------------------------------------------------------------------------- -- GitLab