We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fa346 commit 7c17cfcCopy full SHA for 7c17cfc
tests/CMakeLists.txt
@@ -37,14 +37,6 @@ function(dai_add_test test_name test_src)
37
target_compile_features(${test_name} PRIVATE cxx_std_${DAT_CXX_STANDARD})
38
endif()
39
40
- if(MSVC)
41
- target_compile_definitions(${test_name} PRIVATE
42
- WIN32_LEAN_AND_MEAN
43
- NOMINMAX
44
- NOUSER
45
- )
46
- endif()
47
-
48
# Add conforming preprocessor flags for MSVC if requested
49
if(MSVC AND DAT_CONFORMING)
50
if(MSVC_VERSION LESS 1925)
0 commit comments