Skip to content

Commit fc93650

Browse files
committed
Updated the cmake configuration
1 parent 06fe826 commit fc93650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ endif()
3333
include(cmake/mainSetup.cmake)
3434

3535
# options and their default values
36-
option(BUILD_SHARED_LIBS "Build exiv2lib as a shared library" ON)
36+
option(BUILD_SHARED_LIBS "Build exiv2lib as a shared library" OFF)
3737
option(EXIV2_ENABLE_XMP "Build with XMP metadata support" ON)
3838
option(EXIV2_ENABLE_EXTERNAL_XMP "Use external version of XMP" OFF)
3939
option(EXIV2_ENABLE_PNG "Build with PNG support (requires zlib)" ON)

0 commit comments

Comments
 (0)