diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-07-17 14:05:54 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-07-17 14:05:54 (GMT) |
commit | 300514fd254579b69fdac6e9edd6e9415026305e (patch) | |
tree | 9e902c93f9b63551edf6fbcc243638698b5fd9f0 /Source/cmGlobalGenerator.h | |
parent | 1be805609c8c350fe4a1cdc41a85ac0ff3947410 (diff) | |
download | CMake-300514fd254579b69fdac6e9edd6e9415026305e.zip CMake-300514fd254579b69fdac6e9edd6e9415026305e.tar.gz CMake-300514fd254579b69fdac6e9edd6e9415026305e.tar.bz2 |
ENH: make sure GUIDs for filters are cached
Diffstat (limited to 'Source/cmGlobalGenerator.h')
-rw-r--r-- | Source/cmGlobalGenerator.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.h b/Source/cmGlobalGenerator.h index 4df2d39..914e1da 100644 --- a/Source/cmGlobalGenerator.h +++ b/Source/cmGlobalGenerator.h @@ -259,7 +259,9 @@ public: bool BinaryDirectoryIsNew(const char* dir) { return this->BinaryDirectories.insert(dir).second; - } + } + /** Supported systems creates a GUID for the given name */ + virtual void CreateGUID(const char*) {} protected: // for a project collect all its targets by following depend |