From 08d1cd84c27d02235fe0baf4899974d39f176e8c Mon Sep 17 00:00:00 2001 From: Robin Mills Date: Sun, 31 May 2020 05:49:18 +0100 Subject: [PATCH] Don't compile localtime.c (hurray) --- src/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index f6efba2a..c3da2dc7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -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)