Tests: suppress warnings C4251 in test module

This commit is contained in:
wmayer
2023-03-12 16:53:47 +01:00
committed by wwmayer
parent 5297e94859
commit 12cb256a5d

View File

@@ -1,4 +1,6 @@
if(MSVC)
add_compile_options(/wd4251)
option(
gtest_force_shared_crt
"Use shared (DLL) run-time lib even when Google Test is built as static lib."