mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
IWYU: Mark cmConfigure.h with pragma: keep
Also remove `#include "cmConfigure.h"` from most source files.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#ifndef cmAddCustomTargetCommand_h
|
||||
#define cmAddCustomTargetCommand_h
|
||||
|
||||
#include "cmConfigure.h"
|
||||
#include "cmConfigure.h" // IWYU pragma: keep
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
Reference in New Issue
Block a user