From: Antonin Descampe Date: Fri, 2 Jul 2010 12:44:22 +0000 (+0000) Subject: Change CMakeLists.txt to build examples by default (image_to_j2k and j2k_to_image). X-Git-Tag: version.1.4~78 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5f9ea9fc25ba3ced4da326c27e0e888eebce6e7;p=openjpeg Change CMakeLists.txt to build examples by default (image_to_j2k and j2k_to_image). --- 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