mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
Single location for cmProp typedef
This commit is contained in:
@@ -20,14 +20,13 @@
|
||||
#include "cmJsonObjectDictionary.h"
|
||||
#include "cmJsonObjects.h"
|
||||
#include "cmMessageType.h"
|
||||
#include "cmProperty.h"
|
||||
#include "cmServer.h"
|
||||
#include "cmServerDictionary.h"
|
||||
#include "cmState.h"
|
||||
#include "cmSystemTools.h"
|
||||
#include "cmake.h"
|
||||
|
||||
using cmProp = const std::string*; // just to silence IWYU
|
||||
|
||||
// Get rid of some windows macros:
|
||||
#undef max
|
||||
|
||||
|
||||
Reference in New Issue
Block a user