From d5f9ea9fc25ba3ced4da326c27e0e888eebce6e7 Mon Sep 17 00:00:00 2001 From: Antonin Descampe Date: Fri, 2 Jul 2010 12:44:22 +0000 Subject: [PATCH] Change CMakeLists.txt to build examples by default (image_to_j2k and j2k_to_image). --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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