MantisBT - CMake
View Issue Details
0015462CMakeCMakepublic2015-03-21 04:172016-06-10 14:31
Stephen Kelly 
Kitware Robot 
normalfeaturehave not tried
closedmoved 
 
 
0015462: Provide a machine readable way to determine the available generators and other capabilities of the binary
As per

 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/12658/focus=12750 [^]

Providing some easily parsed way of determining the available generators for IDEs would be useful. Eg:


 $ cmake -E capabilities
 {
   "generators": [
     {
       "name": "Unix Makefiles",
       "multiconfig": false,
       "recursive": true,
       "extraGenerators": ["Sublime", "CodeBlocks"]
     },
     {
       "name": "Ninja",
       "multiconfig": false,
       "recursive": false,
       "extraGenerators": ["Sublime", "CodeBlocks"]
     },
     {
       "name": "Xcode"
       "multiconfig": true,
       ...
     }
     ...
  ],
  "daemon": {
    "protocolVersions": ["3.5", "3.6"]
  }
 }
No tags attached.
related to 0015465closed Kitware Robot Provide a way to build individual files through cmake 
Issue History
2015-03-21 04:17Stephen KellyNew Issue
2015-03-21 05:08Stephen KellyNote Added: 0038267
2015-03-21 05:08Stephen KellyRelationship addedrelated to 0015465
2016-01-14 18:02Stephen KellySummaryProvide a machine readable way to determine the available generators => Provide a machine readable way to determine the available generators and other capabilities of the binary
2016-01-14 18:02Stephen KellyDescription Updatedbug_revision_view_page.php?rev_id=1998#r1998
2016-06-10 14:29Kitware RobotNote Added: 0042738
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
(0038267)
Stephen Kelly   
2015-03-21 05:08   
As noted at

 http://thread.gmane.org/gmane.comp.programming.tools.cmake.devel/12751 [^]

a property similar to "can_build_individual_files" may be useful.
(0042738)
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.