diff options
author | Brad King <brad.king@kitware.com> | 2012-08-23 14:48:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2012-08-23 14:51:27 (GMT) |
commit | 32db033b2713d40899865a06f03d83373078eaa3 (patch) | |
tree | bf2e2dc7df3ea6b82bb1f7d7c548510717a6acab /Source/cmDocumentVariables.cxx | |
parent | 403ead65947751697dc17021b639caa12c6ac74a (diff) | |
download | CMake-32db033b2713d40899865a06f03d83373078eaa3.zip CMake-32db033b2713d40899865a06f03d83373078eaa3.tar.gz CMake-32db033b2713d40899865a06f03d83373078eaa3.tar.bz2 |
VS: Remove support for "free" version 2003 tools
Several more recent Visual Studio Express editions are now available and
they support debug builds. Simplify our VS platform files by removing
support for these old tools. If anyone still uses them we can restore
support with a more modern way to test for them.
Diffstat (limited to 'Source/cmDocumentVariables.cxx')
-rw-r--r-- | Source/cmDocumentVariables.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Source/cmDocumentVariables.cxx b/Source/cmDocumentVariables.cxx index ade35e6..601ca7f 100644 --- a/Source/cmDocumentVariables.cxx +++ b/Source/cmDocumentVariables.cxx @@ -383,12 +383,6 @@ void cmDocumentVariables::DefineVariables(cmake* cm) "into all executables and libraries.",false, "Variables that Provide Information"); cm->DefineProperty - ("CMAKE_USING_VC_FREE_TOOLS", cmProperty::VARIABLE, - "True if free visual studio tools being used.", - "This is set to true if the compiler is Visual " - "Studio free tools.",false, - "Variables that Provide Information"); - cm->DefineProperty ("CMAKE_VERBOSE_MAKEFILE", cmProperty::VARIABLE, "Create verbose makefiles if on.", "This variable defaults to false. You can set " |