Skip to content

Commit

Permalink
Don't compile localtime.c (hurray)
Browse files Browse the repository at this point in the history
  • Loading branch information
clanmills committed May 31, 2020
1 parent 6b4a9e5 commit 08d1cd8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 08d1cd8

Please sign in to comment.