| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0014916 | CMake | CMake | public | 2014-05-15 07:35 | 2014-11-03 08:38 | ||||
| Reporter | Nikolay Zapolnov | ||||||||
| Assigned To | |||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | fixed | ||||||
| Platform | Apple | OS | OSX | OS Version | 10.9.2 | ||||
| Product Version | CMake 2.8.12.2 | ||||||||
| Target Version | Fixed in Version | CMake 3.0 | |||||||
| Summary | 0014916: Info.plist is stored in the wrong directory when creating bundles in subdirectories | ||||||||
| Description | When you are creating an OSX bundle in the subdirectory, it correctly generates bundle relative to CMAKE_CURRENT_BINARY_DIR, except for Info.plist. Info.plist is put relative to CMAKE_BINARY_DIR, not relative to CMAKE_CURRENT_BINARY_DIR. This happens in the console build with make. | ||||||||
| Steps To Reproduce | I have attached the test case to the issue. Got: build/test.bundle/Contents/Info.plist build/subdir/test.bundle/Contents/MacOS/test Expected: build/subdir/test.bundle/Contents/Info.plist build/subdir/test.bundle/Contents/MacOS/test | ||||||||
| Additional Information | The problem did not reproduce in 2.8.11.2 | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | |
| Relationships |
| Notes | |
|
(0035884) Nils Gladitz (developer) 2014-05-15 08:39 |
I think this was fixed by http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=149ce5db5ed52855514e3ee3eef45295e667eed4;hp=e40fbbb0744e63401cba0958155c14fa838477cb [^] Which is in CMake 3.0 rc5. |
|
(0035885) Brad King (manager) 2014-05-15 08:41 |
CMake 3.0.0-rc5 can be found here: http://www.cmake.org/files/v3.0/?C=M;O=D [^] |
|
(0037137) Robert Maynard (manager) 2014-11-03 08:38 |
Closing resolved issues that have not been updated in more than 4 months. |
| Notes |
| Issue History | |||
| Date Modified | Username | Field | Change |
| 2014-05-15 07:35 | Nikolay Zapolnov | New Issue | |
| 2014-05-15 07:35 | Nikolay Zapolnov | File Added: demo.tar.bz2 | |
| 2014-05-15 08:39 | Nils Gladitz | Note Added: 0035884 | |
| 2014-05-15 08:41 | Brad King | Note Added: 0035885 | |
| 2014-05-15 08:41 | Brad King | Status | new => resolved |
| 2014-05-15 08:41 | Brad King | Resolution | open => fixed |
| 2014-05-15 08:41 | Brad King | Fixed in Version | => CMake 3.0 |
| 2014-11-03 08:38 | Robert Maynard | Note Added: 0037137 | |
| 2014-11-03 08:38 | Robert Maynard | Status | resolved => closed |
| Issue History |
| Copyright © 2000 - 2018 MantisBT Team |