-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Description
The shared library of spdlog is propagating MSVC warning flags, which is creating issues while compiling my CUDA based application as NVCC don't play well with MSVC warning flags.
So, can we make this PRIVATE
Lines 134 to 136 in ff6e3c9
if(MSVC) | |
target_compile_options(spdlog PUBLIC /wd4251 /wd4275) | |
endif() |
Environment
OS: Windows
Compiler: MSVC(14.28.29333), NVCC 11.2
To Reproduce
link with CUDA based application using vcpkg
Expected behavior
the warning should not propagate from spdlog
luncliff
Metadata
Metadata
Assignees
Labels
No labels