Teach the VS 2015 generator to produce a WindowsTargetPlatformVersion value. Use the CMAKE_SYSTEM_VERSION to specify the version and if not set choose a default based on available SDKs. Activate this behavior when targeting Windows 10. Co-Author: Brad King <brad.king@kitware.com>
7 lines
221 B
ReStructuredText
7 lines
221 B
ReStructuredText
vs-win10-sdk
|
|
------------
|
|
|
|
* The :generator:`Visual Studio 14 2015` generator learned to select
|
|
a Windows 10 SDK based on the value of the :variable:`CMAKE_SYSTEM_VERSION`
|
|
variable and the SDKs available on the host.
|