Merge pull request #1225 from Exiv2/fix_1219_remove_localtime_0.27

fix_1219_remove_localtime_0.27
v0.27.3
Robin Mills 5 years ago committed by GitHub
commit 5f28a57dea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -94,10 +94,6 @@ generate_export_header(exiv2lib
# Conditional addition of sources to library targets # Conditional addition of sources to library targets
# --------------------------------------------------------- # ---------------------------------------------------------
if(MINGW OR MSYS)
target_sources(exiv2lib_int PRIVATE localtime.c)
endif()
if( EXIV2_ENABLE_WEBREADY ) if( EXIV2_ENABLE_WEBREADY )
if( EXIV2_ENABLE_CURL) if( EXIV2_ENABLE_CURL)
target_sources(exiv2lib PRIVATE easyaccess.cpp ../include/exiv2/easyaccess.hpp) target_sources(exiv2lib PRIVATE easyaccess.cpp ../include/exiv2/easyaccess.hpp)

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save