7 Commits (aefd901befd375da7fdedfe031e818fcbc63dd67)

Author SHA1 Message Date
Jan Tojnar 48f2c9dbba
cmake: Fix paths with absolute GNUInstallDirs
It is not generally true that `CMAKE_INSTALL_<dir>` variables are relative paths:

https://github.com/jtojnar/cmake-snips#concatenating-paths-when-building-pkg-config-files
https://github.com/jtojnar/cmake-snips#assuming-cmake_install_dir-is-relative-path

Let's join them properly as paths, not strings.

On Windows, the absolute paths will likely remain unsupported as neither the CMake function,
nor the C++ code is able to detect absolute paths.

Signed-off-by: Jan Tojnar <jtojnar@gmail.com>
5 years ago
Luis Diaz Mas e706cca190 Fixes in .pc file for being compatible with more distributions 7 years ago
Luis Díaz Más 09ad415f1f CMake: Define PROJECT_DESCRIPTION 7 years ago
Luis Díaz Más 46e6ced607 pkg-config file - paths depending on + Fix version 7 years ago
Luis Diaz Mas f9389c4f1c Rename exiv2.pc.cmake to exiv2.pc.in 7 years ago
Luis Diaz Mas 0d6abb5b51 Remove leftovers from autotools and .gitignore 7 years ago
Luis Diaz Mas a3444f055e Rename config folder to cmake 7 years ago