Skip to content

Commit 1796e75

Browse files
committed
Switch off the linking of libraries
1 parent 22b1201 commit 1796e75

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ include(cmake/mainSetup.cmake REQUIRED)
2020

2121
# options and their default values
2222
option( 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 )
2424
option( 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 )
2626
option( EXIV2_ENABLE_NLS "Build native language support (requires gettext)" OFF )
2727
option( EXIV2_ENABLE_LENSDATA "Build including Nikon lens data" ON )
2828
option( EXIV2_ENABLE_DYNAMIC_RUNTIME "Use dynamic runtime (used for static libs)" ON )
2929
option( EXIV2_ENABLE_WEBREADY "Build webready support into library" OFF )
3030
option( EXIV2_ENABLE_CURL "Use libcurl for HttpIo (WEBREADY)" OFF )
3131
option( 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 )
3333
option( 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

3636
option( EXIV2_BUILD_SAMPLES "Build sample applications" OFF )
3737
option( EXIV2_BUILD_EXIV2_COMMAND "Build exiv2 command-line executable" ON )

0 commit comments

Comments
 (0)