[cmake-developers] [CMake 0016106]: Error generating UWP project with latest Visual Studio 2015

Mantis Bug Tracker mantis at public.kitware.com
Thu May 19 09:03:13 EDT 2016


The following issue has been SUBMITTED. 
====================================================================== 
https://cmake.org/Bug/view.php?id=16106 
====================================================================== 
Reported By:                Merlin1st
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   16106
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2016-05-19 09:03 EDT
Last Modified:              2016-05-19 09:03 EDT
====================================================================== 
Summary:                    Error generating UWP project with latest Visual
Studio 2015
Description: 
Command

cmake -G "Visual Studio 14 2015" -DCMAKE_SYSTEM_NAME=WindowsStore
-DCMAKE_SYSTEM_VERSION=10.0

Always fails.

Steps to Reproduce: 
Create cmake project file CMakeLists.txt with content:

project(test)
add_library(${PROJECT_NAME} STATIC test.cpp)

then run command
cmake -G "Visual Studio 14 2015" -DCMAKE_SYSTEM_NAME=WindowsStore
-DCMAKE_SYSTEM_VERSION=10.0

Generating fails.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2016-05-19 09:03 Merlin1st      New Issue                                    
2016-05-19 09:03 Merlin1st      File Added: CMakeError.log                    
======================================================================



More information about the cmake-developers mailing list