COMP: Add large files support to CMake
This commit is contained in:
parent
77cf2b85b0
commit
2994f3a158
|
@ -27,6 +27,7 @@
|
|||
// include configure generated header to define CMAKE_NO_ANSI_STREAM_HEADERS,
|
||||
// CMAKE_NO_STD_NAMESPACE, and other macros.
|
||||
#include "cmConfigure.h"
|
||||
#include <cmsys/Configure.hxx>
|
||||
|
||||
#define CMake_VERSION \
|
||||
CMAKE_TO_STRING(CMake_VERSION_MAJOR) "." \
|
||||
|
|
Loading…
Reference in New Issue