From a59b89b150d5107ba39d2542f8461c61d46fe524 Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <github@naumov.de>
Date: Tue, 31 Mar 2020 22:38:57 +0200
Subject: [PATCH] Disable warnings for spdlog.

---
 ThirdParty/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ThirdParty/CMakeLists.txt b/ThirdParty/CMakeLists.txt
index b6ebdcbf478..016efa661f5 100644
--- a/ThirdParty/CMakeLists.txt
+++ b/ThirdParty/CMakeLists.txt
@@ -1,4 +1,5 @@
 add_subdirectory(spdlog)
+set(DISABLE_WARNINGS_TARGETS spdlog)
 
 set(gtest_force_shared_crt ON CACHE INTERNAL "") # Use dynamic MSVC runtime
 set(INSTALL_GTEST OFF CACHE INTERNAL "")
-- 
GitLab