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/cmGlobalVisualStudioGenerator.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/cmGlobalVisualStudioGenerator.h')
-rw-r--r-- | Source/cmGlobalVisualStudioGenerator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudioGenerator.h b/Source/cmGlobalVisualStudioGenerator.h index 408118a..e7b8e46 100644 --- a/Source/cmGlobalVisualStudioGenerator.h +++ b/Source/cmGlobalVisualStudioGenerator.h @@ -69,7 +69,6 @@ public: const char* GetUtilityForTarget(cmTarget& target, const char*); protected: - virtual void CreateGUID(const char*) {} void FixUtilityDepends(); // Does this VS version link targets to each other if there are |