[cmake-developers] [CMake 0015821]: Durango.cmake module disables regeneration of project files
Mantis Bug Tracker
mantis at public.kitware.com
Thu Oct 29 22:49:07 EDT 2015
The following issue has been SUBMITTED.
======================================================================
https://public.kitware.com/Bug/view.php?id=15821
======================================================================
Reported By: Ramon Zarazua B.
Assigned To:
======================================================================
Project: CMake
Issue ID: 15821
Category: Modules
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2015-10-29 22:49 EDT
Last Modified: 2015-10-29 22:49 EDT
======================================================================
Summary: Durango.cmake module disables regeneration of
project files
Description:
When generating Xbox One project files for Visual Studio, a ZERO_CHECK project
will not be generated. This is due to this variable setting in Durango.cmake
#There seems to be some issue with how CMake adds the
#dependency for the ZERO_CHECK PROJECT with XB1.
#keeps trying to add the assembly output.
#disabling for now.
set(CMAKE_SUPPRESS_REGENERATION TRUE)
This does not seem to be the case anymore, as I have been able to generate
projects with ZERO_CHECK just fine using CMake 3.2.1-r4 and 3.4-r1
Steps to Reproduce:
Generate an Xbox One project file with the Visual Studio 2012 generator. The
resulting project will not have a ZERO_CHECK visual studio project as is the
default for all other platforms.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2015-10-29 22:49 Ramon Zarazua B.New Issue
======================================================================
More information about the cmake-developers
mailing list