-
- Downloads
VS: Add CMAKE_GENERATOR_PLATFORM field to control Windows SDK selection
Add a `version=` field to explicitly control the SDK version selection without relying on `CMAKE_SYSTEM_VERSION`. Fixes: #16713
Showing
- Help/manual/cmake-toolchains.7.rst 5 additions, 4 deletionsHelp/manual/cmake-toolchains.7.rst
- Help/release/dev/vs-sdk-selection.rst 7 additions, 0 deletionsHelp/release/dev/vs-sdk-selection.rst
- Help/variable/CMAKE_GENERATOR_PLATFORM.rst 23 additions, 1 deletionHelp/variable/CMAKE_GENERATOR_PLATFORM.rst
- Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst 13 additions, 5 deletionsHelp/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION.rst
- Help/variable/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM.rst 2 additions, 2 deletions...able/CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM.rst
- Source/cmGlobalVisualStudio10Generator.cxx 9 additions, 0 deletionsSource/cmGlobalVisualStudio10Generator.cxx
- Source/cmGlobalVisualStudio10Generator.h 2 additions, 0 deletionsSource/cmGlobalVisualStudio10Generator.h
- Source/cmGlobalVisualStudio14Generator.cxx 69 additions, 2 deletionsSource/cmGlobalVisualStudio14Generator.cxx
- Source/cmGlobalVisualStudio14Generator.h 10 additions, 0 deletionsSource/cmGlobalVisualStudio14Generator.h
- Source/cmGlobalVisualStudioVersionedGenerator.cxx 2 additions, 1 deletionSource/cmGlobalVisualStudioVersionedGenerator.cxx
- Tests/RunCMake/GeneratorPlatform/BadVersionEmpty-result.txt 1 addition, 0 deletionsTests/RunCMake/GeneratorPlatform/BadVersionEmpty-result.txt
- Tests/RunCMake/GeneratorPlatform/BadVersionEmpty-stderr.txt 11 additions, 0 deletionsTests/RunCMake/GeneratorPlatform/BadVersionEmpty-stderr.txt
- Tests/RunCMake/GeneratorPlatform/BadVersionEmpty.cmake 1 addition, 0 deletionsTests/RunCMake/GeneratorPlatform/BadVersionEmpty.cmake
- Tests/RunCMake/GeneratorPlatform/BadVersionMissing-result.txt 1 addition, 0 deletions...s/RunCMake/GeneratorPlatform/BadVersionMissing-result.txt
- Tests/RunCMake/GeneratorPlatform/BadVersionMissing-stderr.txt 11 additions, 0 deletions...s/RunCMake/GeneratorPlatform/BadVersionMissing-stderr.txt
- Tests/RunCMake/GeneratorPlatform/BadVersionMissing.cmake 1 addition, 0 deletionsTests/RunCMake/GeneratorPlatform/BadVersionMissing.cmake
- Tests/RunCMake/GeneratorPlatform/BadVersionPlatform-result.txt 1 addition, 0 deletions.../RunCMake/GeneratorPlatform/BadVersionPlatform-result.txt
- Tests/RunCMake/GeneratorPlatform/BadVersionPlatform-stderr.txt 19 additions, 0 deletions.../RunCMake/GeneratorPlatform/BadVersionPlatform-stderr.txt
- Tests/RunCMake/GeneratorPlatform/BadVersionPlatform.cmake 1 addition, 0 deletionsTests/RunCMake/GeneratorPlatform/BadVersionPlatform.cmake
- Tests/RunCMake/GeneratorPlatform/RunCMakeTest.cmake 49 additions, 0 deletionsTests/RunCMake/GeneratorPlatform/RunCMakeTest.cmake
Loading
Please register or sign in to comment