• Jan Kundrát's avatar
    Do not impose -Wextra -Wconversion etc on library users · c60f7907
    Jan Kundrát authored
    I had to nuke the flags targetting spdlog_header_only because in CMake,
    an interface target apparently really only supports the INTERFACE
    option.
    
    As I am only targeting Linux, the MSVC changes rely on spdlog's CI and
    manual code review. That said, it makes sense to also stop forcing these
    options on third party code, assuming that the CMake installations work
    the same on Windows.
    
    Fixes #1104
    c60f7907
Name
Last commit
Last update
bench Loading commit data...
cmake Loading commit data...
example Loading commit data...
include/spdlog Loading commit data...
src Loading commit data...
tests Loading commit data...
.clang-format Loading commit data...
.clang-tidy Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
CMakeLists.txt Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
appveyor.yml Loading commit data...
clang_tidy.sh Loading commit data...
format.sh Loading commit data...