From 7d101a1c2827b5e7a373fb0d0a68099fb692e55a Mon Sep 17 00:00:00 2001
From: Stanislaw Halik <sthalik@misaki.pl>
Date: Tue, 9 Jan 2018 17:14:02 +0100
Subject: many: spring cleanup

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

(limited to 'cmake')

diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index 4aa4d49e..f927a9ea 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -68,7 +68,7 @@ if(MSVC)
 
     if(NOT CMAKE_COMPILER_IS_CLANG)
         if(MSVC_VERSION GREATER 1909) # visual studio 2017
-            set(__stuff "-permissive- -Qvec-report:1")
+            set(__stuff "-permissive-")
             set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${__stuff}")
             set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} ${__stuff}")
         endif()
-- 
cgit v1.2.3