Fix the default configuration CMake+Windows

v0.27.3
Luis Díaz Más 8 years ago
parent 327b3f6c4d
commit 96bb10f38e

@ -45,8 +45,10 @@ option( EXIV2_BUILD_EXIV2_COMMAND "Build exiv2 command-line executable"
if ( EXIV2_ENABLE_WEBREADY ) if ( EXIV2_ENABLE_WEBREADY )
set ( EXIV2_ENABLE_CURL ON ) set ( EXIV2_ENABLE_CURL ON )
set ( EXIV2_ENABLE_CURL ON ) set ( EXIV2_ENABLE_CURL ON )
if ( UNIX )
set ( EXIV2_ENABLE_SSH ON ) set ( EXIV2_ENABLE_SSH ON )
endif () endif ()
endif()
if( EXIV2_ENABLE_COMMERCIAL ) if( EXIV2_ENABLE_COMMERCIAL )
set (EXIV2_ENABLE_LENSDATA OFF) set (EXIV2_ENABLE_LENSDATA OFF)

Loading…
Cancel
Save