summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-platform.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-11-26 17:40:26 +0100
committerStanislaw Halik <sthalik@misaki.pl>2024-01-21 11:31:19 +0100
commit9cfab57e196ab1fea3e7e0aa002655873efe6e6d (patch)
tree51f3b0277f4473ab45a0f9150c652db1a4f5cc6c /cmake/opentrack-platform.cmake
parent2f20b8fe504655394c59bca815cfae263a67555b (diff)
try to fix my toolchain file
Diffstat (limited to 'cmake/opentrack-platform.cmake')
-rw-r--r--cmake/opentrack-platform.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index 7aceb17a..bd9fd62b 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -123,6 +123,7 @@ if(MSVC)
add_definitions(-D_ENABLE_ATOMIC_ALIGNMENT_FIX)
add_definitions(-D_SILENCE_CXX17_NEGATORS_DEPRECATION_WARNING)
add_definitions(-D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING)
+ add_definitions(-D_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING)
add_compile_options(-permissive-)