View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015821CMakeModulespublic2015-10-29 22:492016-05-02 08:30
ReporterRamon Zarazua B. 
Assigned To 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionno change required 
PlatformXbox OneOSWindows 10OS Version10240
Product Version 
Target VersionFixed in Version 
Summary0015821: Durango.cmake module disables regeneration of project files
DescriptionWhen 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 ReproduceGenerate 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.
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0039708)
Brad King (manager)
2015-10-30 08:35

Where did you get the Durango.cmake file? AFAIK upstream CMake does not distribute one.
(0039711)
Ramon Zarazua B. (reporter)
2015-10-30 14:21

I'm working with the Autodesk Stingray game engine, and their build scripts download the required version of cmake into a directory and run it to configure project files. This could be a file added by Autodesk. I assumed that it was part of cmake since the file is under cmake-<ver>/share/cmake-<ver>/Modules and not under Stingray's cmake scripts directory.
(0039719)
Brad King (manager)
2015-11-02 09:04

The module must be added by the Autodesk Stingray scripts or to some version they publish for download by the scripts. Please ask about it in their forums instead.
(0040954)
Robert Maynard (manager)
2016-05-02 08:30

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2015-10-29 22:49 Ramon Zarazua B. New Issue
2015-10-30 08:35 Brad King Note Added: 0039708
2015-10-30 14:21 Ramon Zarazua B. Note Added: 0039711
2015-11-02 09:04 Brad King Note Added: 0039719
2015-11-02 09:04 Brad King Status new => resolved
2015-11-02 09:04 Brad King Resolution open => no change required
2016-05-02 08:30 Robert Maynard Note Added: 0040954
2016-05-02 08:30 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team