mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
ERR: Added pragma to disable symbol length warning for Intel compiler.
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
#define for if(false) {} else for
|
||||
#endif
|
||||
|
||||
#ifdef __ICL
|
||||
#pragma warning ( disable : 985 )
|
||||
#endif
|
||||
|
||||
#ifndef CMAKE_NO_ANSI_STREAM_HEADERS
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
Reference in New Issue
Block a user