diff options
author | Brad King <brad.king@kitware.com> | 2017-06-12 14:01:31 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2017-06-12 14:01:31 (GMT) |
commit | ae77d9768f27a652ecc823c7333e0306bbccc50a (patch) | |
tree | 3568c5495efb804078a1b85479c4f936ffc9cd34 /Source/cmGlobalGenerator.cxx | |
parent | abd1216c1f8a1211d348568bb7695c30505de84e (diff) | |
download | CMake-ae77d9768f27a652ecc823c7333e0306bbccc50a.zip CMake-ae77d9768f27a652ecc823c7333e0306bbccc50a.tar.gz CMake-ae77d9768f27a652ecc823c7333e0306bbccc50a.tar.bz2 |
cmGlobalGenerator: Remove unused line
Remove an unused line that was left by commit v2.4.0~3946 (set
CMAKE_SYSTEM_VERSION for windows, 2003-07-16).
Fixes: #16956
Diffstat (limited to 'Source/cmGlobalGenerator.cxx')
-rw-r--r-- | Source/cmGlobalGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmGlobalGenerator.cxx b/Source/cmGlobalGenerator.cxx index 591963f..0bef710 100644 --- a/Source/cmGlobalGenerator.cxx +++ b/Source/cmGlobalGenerator.cxx @@ -490,7 +490,6 @@ void cmGlobalGenerator::EnableLanguage( windowsVersionString << osviex.dwMajorVersion << "." << osviex.dwMinorVersion << "." << osviex.dwBuildNumber; - windowsVersionString.str(); mf->AddDefinition("CMAKE_HOST_SYSTEM_VERSION", windowsVersionString.str().c_str()); #endif |