summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio10Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-08-09 15:18:25 (GMT)
committerBrad King <brad.king@kitware.com>2023-08-10 14:00:53 (GMT)
commitd5118ed2e5d386be829869cffb681c38d551deae (patch)
tree489a58beb3f4d8dce853cb8b6d66cc3b2f18e10f /Source/cmGlobalVisualStudio10Generator.cxx
parent6b21d2bc9bbe241252b5ad30b7a8bb850518638c (diff)
parent89b611ab3232cdeb4892458bf9d6c3281a8fda00 (diff)
downloadCMake-d5118ed2e5d386be829869cffb681c38d551deae.zip
CMake-d5118ed2e5d386be829869cffb681c38d551deae.tar.gz
CMake-d5118ed2e5d386be829869cffb681c38d551deae.tar.bz2
Merge branch 'backport-vs-sdk-selection' into vs-sdk-selection
Diffstat (limited to 'Source/cmGlobalVisualStudio10Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio10Generator.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio10Generator.cxx b/Source/cmGlobalVisualStudio10Generator.cxx
index 7a852f8..ed299a1 100644
--- a/Source/cmGlobalVisualStudio10Generator.cxx
+++ b/Source/cmGlobalVisualStudio10Generator.cxx
@@ -548,7 +548,7 @@ bool cmGlobalVisualStudio10Generator::InitializePlatformWindows(cmMakefile*)
}
bool cmGlobalVisualStudio10Generator::VerifyNoGeneratorPlatformVersion(
- cmMakefile*, cm::optional<std::string>) const
+ cmMakefile*) const
{
return true;
}