Skip to content
Open
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmake/projects/spdlog/hunter.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ hunter_cmake_args(
SPDLOG_BUILD_TESTING=OFF
SPDLOG_BUILD_TESTS=OFF
SPDLOG_BUILD_BENCH=OFF
SPDLOG_FMT_EXTERNAL=NO

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please note that the initial value "NO" is also legal and was an equivalent for "OFF". docs ref

SPDLOG_FMT_EXTERNAL=ON
)

hunter_pick_scheme(DEFAULT url_sha1_cmake)
Expand Down