Skip to content

Commit

Permalink
Build spdlog as a static library.
Browse files Browse the repository at this point in the history
  • Loading branch information
teo-tsirpanis committed Apr 11, 2023
1 parent e7ebb5f commit 3301a15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ports/spdlog/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ vcpkg_from_github(
fmt-header.patch # https://github.com/gabime/spdlog/pull/2545
)

vcpkg_check_linkage(ONLY_STATIC_LIBRARY)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
benchmark SPDLOG_BUILD_BENCH
Expand Down

0 comments on commit 3301a15

Please sign in to comment.