File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ include(cmake/mainSetup.cmake REQUIRED)
2020
2121# options and their default values
2222option ( BUILD_SHARED_LIBS "Build exiv2lib as a shared library" ON )
23- option ( EXIV2_ENABLE_XMP "Build with XMP metadata support" ON )
23+ option ( EXIV2_ENABLE_XMP "Build with XMP metadata support" OFF )
2424option ( EXIV2_ENABLE_EXTERNAL_XMP "Use external version of XMP" OFF )
25- option ( EXIV2_ENABLE_PNG "Build with PNG support (requires zlib)" ON )
25+ option ( EXIV2_ENABLE_PNG "Build with PNG support (requires zlib)" OFF )
2626option ( EXIV2_ENABLE_NLS "Build native language support (requires gettext)" OFF )
2727option ( EXIV2_ENABLE_LENSDATA "Build including Nikon lens data" ON )
2828option ( EXIV2_ENABLE_DYNAMIC_RUNTIME "Use dynamic runtime (used for static libs)" ON )
2929option ( EXIV2_ENABLE_WEBREADY "Build webready support into library" OFF )
3030option ( EXIV2_ENABLE_CURL "Use libcurl for HttpIo (WEBREADY)" OFF )
3131option ( EXIV2_ENABLE_BMFF "Build with BMFF support" ON )
32- option ( EXIV2_ENABLE_BROTLI "Use Brotli for JPEG XL compressed boxes (BMFF)" ON )
32+ option ( EXIV2_ENABLE_BROTLI "Use Brotli for JPEG XL compressed boxes (BMFF)" OFF )
3333option ( EXIV2_ENABLE_VIDEO "Build with video support" ON )
34- option ( EXIV2_ENABLE_INIH "Use inih library" ON )
34+ option ( EXIV2_ENABLE_INIH "Use inih library" OFF )
3535
3636option ( EXIV2_BUILD_SAMPLES "Build sample applications" OFF )
3737option ( EXIV2_BUILD_EXIV2_COMMAND "Build exiv2 command-line executable" ON )
You can’t perform that action at this time.
0 commit comments