TCD: allow tile buffer to be greater than 4GB on 64 bit hosts (but number of pixels...
[openjpeg.git] / CMakeLists.txt
index 70554ad1b892b1896c06b81089c41c0c6205457a..f315d7cf6052c0e69fe0a5d69db55fb05eae73a9 100644 (file)
@@ -253,7 +253,7 @@ if(BUILD_JPIP_SERVER)
 endif()
 add_subdirectory(src/lib)
 option(BUILD_LUTS_GENERATOR "Build utility to generate t1_luts.h" OFF)
-option(BUILD_BENCH_DWT "Build bench_dwt utility (development benchmark)" OFF)
+option(BUILD_UNIT_TESTS "Build unit tests (bench_dwt, test_sparse_array, etc..)" OFF)
 
 #-----------------------------------------------------------------------------
 # Build Applications