You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
4 years ago
..
ide.cmake Formatted cmake using cmake-format 5 years ago
pch.h.in Support for precompiled header for static & dynamic spdlog compilation. 6 years ago
spdlog.pc.in CmakeLists.txt: add -pthread to pkg-config 6 years ago
spdlogCPack.cmake Add CPack debian package settings 5 years ago
spdlogConfig.cmake.in Ensure exported package is relocatable 4 years ago
utils.cmake clang-format 4 years ago
version.rc.in Fix shared library building failure on Windows with non MSVC 5 years ago