MantisBT - CMake
View Issue Details
0015558CMakeCMakepublic2015-05-06 15:342016-06-10 14:31
jest 
Kitware Robot 
normalminoralways
closedmoved 
Win64Windows7
CMake 3.2.2 
 
0015558: CMake Generator Visual Studio 14 2015 Win64 doesn't work with Toolset WindowsSDK7.1
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.
cmake -G "Visual Studio 14 2015 Win64" -T "Windows7.1SDK"
Workaround:
cmake -G "Visual Studio 14 2015 Win64"
and set the toolchain manually in VisualStudio
No tags attached.
txt consoleOutput.txt (4,150) 2015-05-07 14:38
https://public.kitware.com/Bug/file/5452/consoleOutput.txt
Issue History
2015-05-06 15:34jestNew Issue
2015-05-07 08:52Brad KingNote Added: 0038726
2015-05-07 14:38jestFile Added: consoleOutput.txt
2016-06-10 14:29Kitware RobotNote Added: 0042774
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0038726)
Brad King   
2015-05-07 08:52   
After running

 cmake -G "Visual Studio 14 2015 Win64" -T "Windows7.1SDK"

please attach the CMakeFiles/CMake*.log files. They should show more detail about the failure to compile a test program.
(0042774)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.