Suppress iterator warning on windows.
This commit is contained in:
parent
de9b40b644
commit
909cdfcf3e
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ endif()
|
||||||
|
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
add_definitions(/MP)
|
add_definitions(/MP)
|
||||||
|
add_definitions(
|
||||||
|
-D_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING) # Suppress iterator warning
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(CPACK_PACKAGE_VENDOR "Nano Currency")
|
set(CPACK_PACKAGE_VENDOR "Nano Currency")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue