Skip to content

Commit

Permalink
Remove annoying Windows warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanel committed Nov 17, 2024
1 parent 3d83e46 commit d348fa3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ if(MSVC)
# https://stackoverflow.com/questions/5004858/why-is-stdmin-failing-when-windows-h-is-included
add_compile_definitions(NOMINMAX)
add_compile_definitions(_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING)
add_compile_definitions(_SILENCE_CXX23_ALIGNED_STORAGE_DEPRECATION_WARNING)
else()
if(CCT_ENABLE_ASAN)
if (NOT CCT_ASAN_OPTIONS)
Expand Down

0 comments on commit d348fa3

Please sign in to comment.