Merge pull request #87 from piponazo/fixCMakeWindowsBuild

Fix the default configuration CMake+Windows
This commit is contained in:
Luis Díaz Más 2017-10-01 17:24:14 +02:00 committed by GitHub
commit c9afa0a3ee

View File

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