We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06fe826 commit fc93650Copy full SHA for fc93650
CMakeLists.txt
@@ -33,7 +33,7 @@ endif()
33
include(cmake/mainSetup.cmake)
34
35
# options and their default values
36
-option(BUILD_SHARED_LIBS "Build exiv2lib as a shared library" ON)
+option(BUILD_SHARED_LIBS "Build exiv2lib as a shared library" OFF)
37
option(EXIV2_ENABLE_XMP "Build with XMP metadata support" ON)
38
option(EXIV2_ENABLE_EXTERNAL_XMP "Use external version of XMP" OFF)
39
option(EXIV2_ENABLE_PNG "Build with PNG support (requires zlib)" ON)
0 commit comments