Don't compile localtime.c (hurray)

This commit is contained in:
Robin Mills 2020-05-31 05:49:18 +01:00
parent 6b4a9e5b40
commit 08d1cd84c2

View File

@ -94,10 +94,6 @@ generate_export_header(exiv2lib
# 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_CURL)
target_sources(exiv2lib PRIVATE easyaccess.cpp ../include/exiv2/easyaccess.hpp)