mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITIONS bug 4364
This commit is contained in:
@@ -74,6 +74,10 @@ public:
|
||||
}
|
||||
|
||||
cmTypeMacro(cmIncludeDirectoryCommand, cmCommand);
|
||||
|
||||
protected:
|
||||
// used internally
|
||||
void AddDirectory(const char *arg, bool before, bool system);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user