diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-08-18 17:35:41 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-08-18 17:35:41 (GMT) |
commit | e78ce44b3598807bd401494d484601d9f43bd8b4 (patch) | |
tree | 7622ed3d5b553345b0273e734884fe1559ef4063 /Source/cmLocalVisualStudio7Generator.h | |
parent | 71165e943edb3ba80a0533a640ff6abffb4bcf64 (diff) | |
download | CMake-e78ce44b3598807bd401494d484601d9f43bd8b4.zip CMake-e78ce44b3598807bd401494d484601d9f43bd8b4.tar.gz CMake-e78ce44b3598807bd401494d484601d9f43bd8b4.tar.bz2 |
Fix automoc with VS builds: apply patch from Bill
This patch moves the creation of VS GUIDs from the final pass
to AddHelperCommands() and should fix the failing automoc tests
with VS.
Alex
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h index 4fdbc58..d1b5b00 100644 --- a/Source/cmLocalVisualStudio7Generator.h +++ b/Source/cmLocalVisualStudio7Generator.h @@ -57,7 +57,6 @@ public: void SetVersion8() {this->Version = 8;} void SetVersion9() {this->Version = 9;} void SetPlatformName(const char* n) { this->PlatformName = n;} - virtual void ConfigureFinalPass(); void GetTargetObjectFileDirectories(cmTarget* target, std::vector<std::string>& dirs); |