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.
2022-03-06 11:04:59 -05: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 When built with SPDLOG_FMT_EXTERNAL_HO consumers of the spdlog targets depend on fmt 2022-03-06 11:04:59 -05: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