MantisBT - CMake |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014603 | CMake | CMake | public | 2013-11-28 03:36 | 2014-06-02 08:37 |
|
| Reporter | Flynn Marquardt | |
| Assigned To | Brad King | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | |
| Platform | | OS | | OS Version | |
| Product Version | CMake 2.8.12 | |
| Target Version | CMake 3.0 | Fixed in Version | CMake 3.0 | |
|
| Summary | 0014603: Cross compiling for darwin fails |
| Description | Due to the hard coded paths in Darwin.cmake, that fit perfect compiling native on OSX, the variable _apps_paths stays empty if cross compiling and the command list(REMOVE_DUPLICATES _apps_paths) fails on an empty list.
The supplied patch solves this. |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | | has duplicate | 0014668 | closed | Brad King | Modules/Platform/Darwin.cmake failure with cross toolchain file |
|
| Attached Files | cmake-darwin-cross.patch (413) 2013-11-28 03:36 https://public.kitware.com/Bug/file/4981/cmake-darwin-cross.patch |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2013-11-28 03:36 | Flynn Marquardt | New Issue | |
| 2013-11-28 03:36 | Flynn Marquardt | File Added: cmake-darwin-cross.patch | |
| 2013-12-02 09:38 | Brad King | Note Added: 0034666 | |
| 2013-12-02 09:38 | Brad King | Assigned To | => Brad King |
| 2013-12-02 09:38 | Brad King | Status | new => resolved |
| 2013-12-02 09:38 | Brad King | Resolution | open => fixed |
| 2013-12-02 09:38 | Brad King | Fixed in Version | => CMake 3.0 |
| 2013-12-02 09:38 | Brad King | Target Version | => CMake 3.0 |
| 2013-12-24 09:10 | Brad King | Relationship added | has duplicate 0014668 |
| 2014-06-02 08:37 | Robert Maynard | Note Added: 0036044 | |
| 2014-06-02 08:37 | Robert Maynard | Status | resolved => closed |