X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=CMakeLists.txt;h=f315d7cf6052c0e69fe0a5d69db55fb05eae73a9;hb=008a12d4fce0a7b1eabc51e04ed339be759646e2;hp=c56f4814cf3861f7c5fb5d535449eda01a5831f5;hpb=a8ca7c51f38a4cbdcb4a541137478df03e5eb76d;p=openjpeg.git diff --git a/CMakeLists.txt b/CMakeLists.txt index c56f4814..f315d7cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ set(PACKAGE_VERSION # 2.1 | 7 # 2.1.1 | 7 # 2.1.2 | 7 -# 2.2.0 | 8 +# 2.2.0 | 7 # above is the recommendation by the OPJ team. If you really need to override this default, # you can specify your own OPENJPEG_SOVERSION at cmake configuration time: # cmake -DOPENJPEG_SOVERSION:STRING=42 /path/to/openjpeg @@ -253,6 +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_UNIT_TESTS "Build unit tests (bench_dwt, test_sparse_array, etc..)" OFF) #----------------------------------------------------------------------------- # Build Applications