We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24aa02b commit 98a31eeCopy full SHA for 98a31ee
1 file changed
tests/CMakeLists.txt
@@ -55,11 +55,7 @@ target_link_libraries(slick-dynamic-buffer-tests PRIVATE
55
target_compile_definitions(slick-dynamic-buffer-tests PRIVATE
56
SLICK_STREAM_BUFFER_ENABLE_LOSS_DETECTION=1
57
SLICK_STREAM_BUFFER_MULTIPLEXER_ENABLE_LOSS_DETECTION=1
58
- _WIN32_WINNT=0x0A00)
59
-
60
-# if(MSVC)
61
-# target_compile_options(slick-dynamic-buffer-tests PRIVATE /wd4996)
62
-# endif()
+ $<$<PLATFORM_ID:Windows>:_WIN32_WINNT=0x0A00>)
63
64
include(GoogleTest)
65
gtest_discover_tests(slick-dynamic-buffer-tests)
0 commit comments