Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge with cpp-pm hunter #21

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
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