[cmake-developers] [CMake 0015558]: CMake Generator Visual Studio 14 2015 Win64 doesn't work with Toolset WindowsSDK7.1
Mantis Bug Tracker
mantis at public.kitware.com
Wed May 6 15:34:31 EDT 2015
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=15558
======================================================================
Reported By: jest
Assigned To:
======================================================================
Project: CMake
Issue ID: 15558
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-05-06 15:34 EDT
Last Modified: 2015-05-06 15:34 EDT
======================================================================
Summary: CMake Generator Visual Studio 14 2015 Win64 doesn't
work with Toolset WindowsSDK7.1
Description:
I want to use VisualStudio 2015 (RC) as IDE and use WindowsSDK7.1 as Toolchain.
The generator says the compiler (vc100) is not able to compile a simple test
program.
Steps to Reproduce:
cmake -G "Visual Studio 14 2015 Win64" -T "Windows7.1SDK"
Additional Information:
Workaround:
cmake -G "Visual Studio 14 2015 Win64"
and set the toolchain manually in VisualStudio
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2015-05-06 15:34 jest New Issue
======================================================================
More information about the cmake-developers
mailing list