Change CMakeLists.txt to build examples by default (image_to_j2k and j2k_to_image).
authorAntonin Descampe <antonin@gmail.com>
Fri, 2 Jul 2010 12:44:22 +0000 (12:44 +0000)
committerAntonin Descampe <antonin@gmail.com>
Fri, 2 Jul 2010 12:44:22 +0000 (12:44 +0000)
CMakeLists.txt

index 8677d9b8985d42479ffdf2aa5349eb9c1cf65f6d..9f170e49606de3dc4410a1b08e8bc3ad98703e92 100644 (file)
@@ -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