mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-13 09:49:42 -06:00
cmStandardLexer.h: Do not include a C++ header
This header is meant for inclusion in lexer `.c` files.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#ifndef cmStandardLexer_h
|
||||
#define cmStandardLexer_h
|
||||
|
||||
#include "cmConfigure.h" // IWYU pragma: keep
|
||||
#include "cmsys/Configure.h" // IWYU pragma: keep
|
||||
|
||||
/* Disable some warnings. */
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
Reference in New Issue
Block a user