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
Adam Calhoon 69cac816aa When built with SPDLOG_FMT_EXTERNAL_HO consumers of the spdlog targets depend on fmt
The cmake/spdlogConfig.cmake.in file properly takes into account the fmt
package dependency when building with SPDLOG_FMT_EXTERNAL:BOOL=ON but
not when built with SPDLOG_FMT_EXTERNAL_HO:BOOL=ON.

Prior to these changes SPDLOG_FMT_EXTERNAL_HO:BOOL=ON results in
exported targets with INTERFACE_LINK_LIBRARIES that contain
fmt::fmt-header-only.

As such, the installed spdlogConfig.cmake file should attempt to find
that dependency for the consumer.
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 When built with SPDLOG_FMT_EXTERNAL_HO consumers of the spdlog targets depend on fmt 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