mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-04 21:30:01 -05:00
COMP: Disable MSVC debug symbol truncation warning.
This commit is contained in:
@@ -12,6 +12,11 @@
|
||||
|
||||
=========================================================================*/
|
||||
#include "kwsysPrivate.h"
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
# pragma warning (disable:4786)
|
||||
#endif
|
||||
|
||||
#include KWSYS_HEADER(SystemTools.hxx)
|
||||
#include KWSYS_HEADER(ios/iostream)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user