diff --git a/CMakeLists.txt b/CMakeLists.txt index f55ae5f5b8a..20cdac84e06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1552,6 +1552,7 @@ elseif(CMAKE_C_COMPILER_ID MATCHES "MSVC") "/wd4800" # forcing value to bool 'true' or 'false' "/wd4828" # The file contains a character that is illegal "/wd4996" # identifier was declared deprecated + "/wd4661" # no suitable definition provided for explicit template instantiation request # errors: "/we4013" # 'function' undefined; assuming extern returning int "/we4133" # incompatible pointer types