diff options
author | Brad King <brad.king@kitware.com> | 2023-08-09 15:18:25 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-08-10 14:00:53 (GMT) |
commit | d5118ed2e5d386be829869cffb681c38d551deae (patch) | |
tree | 489a58beb3f4d8dce853cb8b6d66cc3b2f18e10f /Source/cmGlobalVisualStudio10Generator.cxx | |
parent | 6b21d2bc9bbe241252b5ad30b7a8bb850518638c (diff) | |
parent | 89b611ab3232cdeb4892458bf9d6c3281a8fda00 (diff) | |
download | CMake-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.cxx | 2 |
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; } |