MantisBT - CMake |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014133 | CMake | CMake | public | 2013-05-09 06:30 | 2014-06-02 08:37 |
|
Reporter | Stephan Tolksdorf | |
Assigned To | Brad King | |
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | Mac | OS | OSX | OS Version | 10.8.3 |
Product Version | CMake 2.8.10.2 | |
Target Version | CMake 3.0 | Fixed in Version | CMake 3.0 | |
|
Summary | 0014133: CMake creates duplicate target subfolders in Xcode project files |
Description | When using the Xcode generator, the following cmake script creates two identically named subfolders "sub" below the folder "top", although it should only create one folder "sub" for both targets. I've tested this with CMake version 2.8.11 RC4 and Xcode 4.6.2
add_executable(test1 test1.cpp)
SET_PROPERTY(TARGET test1 PROPERTY FOLDER "top/sub")
add_executable(test2 test2.cpp)
SET_PROPERTY(TARGET test2 PROPERTY FOLDER "top/sub") |
Steps To Reproduce | Generate an Xcode project file for the attached test project. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | 0010039 | closed | Brad King | Xcode gen only creates one level of group nesting |
|
Attached Files | FolderTest.zip (1,026) 2013-05-09 06:30 https://public.kitware.com/Bug/file/4758/FolderTest.zip
xcode-folder.patch (1,219) 2013-11-28 08:58 https://public.kitware.com/Bug/file/4984/xcode-folder.patch |
|
Issue History |
Date Modified | Username | Field | Change |
2013-05-09 06:30 | Stephan Tolksdorf | New Issue | |
2013-05-09 06:30 | Stephan Tolksdorf | File Added: FolderTest.zip | |
2013-05-10 10:53 | Brad King | Note Added: 0033026 | |
2013-05-10 10:53 | Brad King | Status | new => backlog |
2013-05-10 10:55 | Brad King | Relationship added | related to 0010039 |
2013-11-28 08:58 | Stephan Tolksdorf | File Added: xcode-folder.patch | |
2013-11-28 09:02 | Stephan Tolksdorf | Note Added: 0034611 | |
2013-12-02 09:58 | Brad King | Note Added: 0034668 | |
2013-12-02 09:58 | Brad King | Assigned To | => Brad King |
2013-12-02 09:58 | Brad King | Status | backlog => resolved |
2013-12-02 09:58 | Brad King | Resolution | open => fixed |
2013-12-02 09:58 | Brad King | Fixed in Version | => CMake 3.0 |
2013-12-02 09:58 | Brad King | Target Version | => CMake 3.0 |
2014-06-02 08:37 | Robert Maynard | Note Added: 0036045 | |
2014-06-02 08:37 | Robert Maynard | Status | resolved => closed |