vcpkg/ports/spdlog
Carsten Neumann f643622019 Fix spdlog handling of external fmt lib
Using an external fmt lib should cause the spdlog::spdlog target to have
a dependency on fmt lib - so that a consuming project does not need
to call find_package(fmt) and target_link_libraries(... fmt::fmt).

To this end a new cmake option SPDLOG_FMT_EXTERNAL is introduced which
makes spdlog depend on fmt lib and defines the SPDLOG_FMT_EXTERNAL macro
to avoid using the bundled fmt lib. The value of SPDLOG_FMT_EXTERNAL is
also stored in the installed spdlogConfig.cmake and if it is ON
find_dependency() is used to ensure the fmt::fmt target is imported.
2018-12-17 09:52:25 -06:00
..
CONTROL Upgrades 2018.10.25 2018-10-26 18:49:29 -07:00
fmt-external-cmake-option.patch Fix spdlog handling of external fmt lib 2018-12-17 09:52:25 -06:00
portfile.cmake Fix spdlog handling of external fmt lib 2018-12-17 09:52:25 -06:00