MantisBT - CMake
View Issue Details
0015821CMakeModulespublic2015-10-29 22:492016-05-02 08:30
Ramon Zarazua B. 
 
normalminoralways
closedno change required 
Xbox OneWindows 1010240
 
 
0015821: Durango.cmake module disables regeneration of project files
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
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.
No tags attached.
Issue History
2015-10-29 22:49Ramon Zarazua B.New Issue
2015-10-30 08:35Brad KingNote Added: 0039708
2015-10-30 14:21Ramon Zarazua B.Note Added: 0039711
2015-11-02 09:04Brad KingNote Added: 0039719
2015-11-02 09:04Brad KingStatusnew => resolved
2015-11-02 09:04Brad KingResolutionopen => no change required
2016-05-02 08:30Robert MaynardNote Added: 0040954
2016-05-02 08:30Robert MaynardStatusresolved => closed

Notes
(0039708)
Brad King   
2015-10-30 08:35   
Where did you get the Durango.cmake file? AFAIK upstream CMake does not distribute one.
(0039711)
Ramon Zarazua B.   
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   
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   
2016-05-02 08:30   
Closing resolved issues that have not been updated in more than 4 months.