spdlog/cmake
Dave Rigby 87095a9f1f Ensure exported package is relocatable
As per CMake's Importing and Exporting Guide[1],
configure_package_config_file() should be used for configuring the
package configuration file, not the regular configure_file() function.

This ensures that a spdlog package built on one system (with a given
directory tree) can be imported from a different system -
e.g. creating a pre-compiled spdlog package for use on different
systems.

[1]: https://cmake.org/cmake/help/git-stage/guide/importing-exporting/index.html#id8
2021-08-04 15:34:27 +01:00
..
ide.cmake Formatted cmake using cmake-format 2020-05-02 11:38:14 +03:00
pch.h.in Support for precompiled header for static & dynamic spdlog compilation. 2020-03-21 15:36:14 +01:00
spdlog.pc.in CmakeLists.txt: add -pthread to pkg-config 2019-10-04 21:56:17 +03:00
spdlogConfig.cmake.in Ensure exported package is relocatable 2021-08-04 15:34:27 +01:00
spdlogCPack.cmake Add CPack debian package settings 2020-10-20 19:57:56 +02:00
utils.cmake clang-format 2021-07-19 00:50:51 +03:00
version.rc.in Fix shared library building failure on Windows with non MSVC 2020-06-10 22:56:53 +03:00