diff options
author | Brad King <brad.king@kitware.com> | 2013-12-05 14:24:59 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2013-12-05 14:24:59 (GMT) |
commit | 520ead7200334fddcbef94c657de025abe5cf134 (patch) | |
tree | c6faa3f3d792a1efff4da8f1618841167657b053 /Source/cmGlobalVisualStudio7Generator.h | |
parent | 7974dbb0ffe9c4abb314ec6baff4f0af1d99e5f5 (diff) | |
parent | e4201248ce76be40c109b67e68a4e295d709e2dc (diff) | |
download | CMake-520ead7200334fddcbef94c657de025abe5cf134.zip CMake-520ead7200334fddcbef94c657de025abe5cf134.tar.gz CMake-520ead7200334fddcbef94c657de025abe5cf134.tar.bz2 |
Merge topic 'cleanup-build-commands'
e420124 CMakeDetermineCompilerId: Use CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND
0c55729 VS: Add CMAKE_VS_(DEVENV|MSBUILD|MSDEV)_COMMAND variables
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio7Generator.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.h b/Source/cmGlobalVisualStudio7Generator.h index c7b0081..59e74ba 100644 --- a/Source/cmGlobalVisualStudio7Generator.h +++ b/Source/cmGlobalVisualStudio7Generator.h @@ -107,6 +107,8 @@ public: const char* GetIntelProjectVersion(); + virtual void FindMakeProgram(cmMakefile*); + protected: virtual const char* GetIDEVersion() { return "7.0"; } |