23 Commits (c754ca6d1439d022bd4254cf007cea5caeb29b51)

Author SHA1 Message Date
Andreas Sturmlechner 7f515e6da7
Add build switch to enable auto ccache
Make usage of ccache by build system opt-in.
8 years ago
Luis Díaz Más 26189ad287 (CMake) Add a new CMake option to enable the new Unit Tests 8 years ago
Andreas Sturmlechner 3f39c23f2c
Fix remaining occurrence of EXIV2_ENABLE_BUILD_PO 8 years ago
Luis Diaz Mas 960335faea Use conan in travis 8 years ago
Luis Diaz Mas e05010daf5 Add conan support. Bring Expat, Zlib and libcurl using conan 8 years ago
Luis Díaz Más 4f150d9a4c Merge pull request #47 from piponazo/ccache
Add ccache support with CMake
8 years ago
Luis Diaz Mas e62122bb9c Add ccache support with CMake 8 years ago
Luis Díaz Más 532b4caa3c Remove conditions from endif() 8 years ago
Luis Díaz Más 0b82d35a26 remove find_package(Iconv). We are already using our custom finder 8 years ago
Luis Díaz Más 9761f0ee1f ICONV include directories only used by exiv2lib 8 years ago
Andreas Sturmlechner a8e55c4d9e Drop LOCALEDIR, use CMAKE_INSTALL_LOCALEDIR directly
It is always properly defined by GNUInstallDirs. Otherwise it was
possible to install translations in / if EXIV2_ENABLE_NLS=OFF.

Thanks-to: Luis Díaz Más
8 years ago
Luis Diaz Mas 45807ca03d Do not include SSH and CURL include dirs globally. Do it properly for the exiv2lib target 8 years ago
Luis Díaz Más cf76fa575c Do not propagate the EXPAT include directories for all the targets 8 years ago
Luis Diaz Mas f84d9cc871 Move FindIConv to findDependencies 8 years ago
Luis Diaz Mas 815aacd316 Handle HAVE_LIBZ variable in the new cmake file 8 years ago
Luis Diaz Mas 8e103d23f2 Handle HAVE_ICONV variable in the new cmake file 8 years ago
Luis Diaz Mas 13af648ee0 Handle correctly LIBINTL_H and NLS in the config.h.cmake file 8 years ago
Luis Diaz Mas f9ce4cd93f Handle correctly CURL in the config.h.cmake file 8 years ago
Luis Diaz Mas ab6858df68 Add new mechanism to generate the exv_conf.h file from CMake. SSH variable 8 years ago
Luis Diaz Mas 379a8743e0 Change style of cmake commands to lower-case 8 years ago
Luis Diaz Mas 25f8f92a49 Only try to find MSGFMT if EXIV2_ENABLE_BUILD_PO is enabled 8 years ago
Luis Diaz Mas 79dc33f12a Remove unnedeed check (already available in cmake finder) 8 years ago
Luis Diaz Mas d12ee0ac26 Move cmake code to find dependencies into another file 8 years ago