summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2010-07-02 12:44:22 +0000
committerAntonin Descampe <antonin@gmail.com>2010-07-02 12:44:22 +0000
commitd5f9ea9fc25ba3ced4da326c27e0e888eebce6e7 (patch)
treeadd3196ed79a02a6ef8c450e52895d301dcb66b4
parentf6ed93253b7688aa57e4ca2cf29f01fec0bcd34e (diff)
Change CMakeLists.txt to build examples by default (image_to_j2k and j2k_to_image).
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8677d9b8..9f170e49 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -100,7 +100,7 @@ MARK_AS_ADVANCED(LIBRARY_OUTPUT_PATH EXECUTABLE_OUTPUT_PATH)
#-----------------------------------------------------------------------------
# For the codec...
-OPTION(BUILD_EXAMPLES "Build the Examples (codec...)." OFF)
+OPTION(BUILD_EXAMPLES "Build the Examples (codec...)." ON)
# configure name mangling to allow multiple libraries to coexist