mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-06 06:38:37 -06:00
FIX: warnings, disabling 4786
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
#ifndef @KWSYS_NAMESPACE@_Directory_hxx
|
||||
#define @KWSYS_NAMESPACE@_Directory_hxx
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning ( disable : 4786 )
|
||||
#endif
|
||||
|
||||
#include <@KWSYS_NAMESPACE@/StandardIncludes.hxx>
|
||||
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user