diff --git a/ThirdParty/CMakeLists.txt b/ThirdParty/CMakeLists.txt
index b6ebdcbf4784b53d950e60233078a0fcd99165cb..016efa661f5d6101daa4d514d16ea54a0ad7c368 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 "")