From 60a65541b75f222349f692628355a60ba129d0e5 Mon Sep 17 00:00:00 2001
From: Stanislaw Halik <sthalik@misaki.pl>
Date: Sun, 26 Sep 2021 20:58:37 +0200
Subject: cmake: don't force msvc diagnostics format

---
 cmake/opentrack-platform.cmake | 1 -
 1 file changed, 1 deletion(-)

(limited to 'cmake')

diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index f1c8f5b4..c7d1f4f6 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -126,7 +126,6 @@ if(MSVC)
     add_definitions(-D_SILENCE_CXX17_NEGATORS_DEPRECATION_WARNING)
     add_definitions(-D_SILENCE_CXX17_ADAPTOR_TYPEDEFS_DEPRECATION_WARNING)
 
-    add_compile_options(-diagnostics:caret)
     add_compile_options(-permissive-)
 
     if(opentrack-64bit)
-- 
cgit v1.2.3