MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0011842 | CMake | CMake | public | 2011-02-11 01:31 | 2016-06-10 14:31 |
| Reporter | Mark MacVicar | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | Apple Mac | OS | Mac OS X | OS Version | 10.6.6 |
| Product Version | CMake 2.8.3 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0011842: CMake Xcode generator creates one project when it should create two projects | ||||
| Description | CMake Xcode generator creates one project when it should create two projects This issue occurred with CMake 2.8.3 When running "cmake -G Xcode" on a CMakeLists.txt containing two projects, only one xcodeproj is created with the name of the second project. Expected behavior is that two xcodeproj files would be created. | ||||
| Steps To Reproduce | Reproducible Steps: 1) using the CMakeLists.txt below, run "Cmake -G Xcode" ===== project(test-foo) add_executable(test-foo test-foo.c) project(test-bar) add_executable(test-bar test-bar.c) ===== a test-bar.xcodeproj is created, but no test-foo project is created. | ||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2011-02-11 01:31 | Mark MacVicar | New Issue | |||
| 2011-04-04 12:49 | David Cole | Note Added: 0026081 | |||
| 2011-04-05 01:41 | Mark MacVicar | Note Added: 0026093 | |||
| 2011-07-28 18:18 | David Cole | Assigned To | => David Cole | ||
| 2011-07-28 18:18 | David Cole | Status | new => assigned | ||
| 2012-08-13 15:12 | David Cole | Status | assigned => backlog | ||
| 2012-08-13 15:12 | David Cole | Note Added: 0030607 | |||
| 2012-08-13 15:18 | David Cole | Assigned To | David Cole => | ||
| 2016-06-10 14:28 | Kitware Robot | Note Added: 0041801 | |||
| 2016-06-10 14:28 | Kitware Robot | Status | backlog => resolved | ||
| 2016-06-10 14:28 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:28 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||
|
|
|||||
|
|
||||