MantisBT - CMake | |||||
| View Issue Details | |||||
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0014267 | CMake | CMake | public | 2013-07-03 11:27 | 2016-06-10 14:31 |
| Reporter | Stephen Kelly | ||||
| Assigned To | Kitware Robot | ||||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | moved | ||
| Platform | Apple Mac | OS | OS X | OS Version | |
| Product Version | CMake 2.8.9 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0014267: CMake does not detect framework path if it contains a trailing slash | ||||
| Description | See http://testresults.qt-project.org/ci/QtBase_stable_Integration/build_01568/macx-clang_developer-build_qtnamespace_OSX_10.7/log.txt.gz [^] (grep for "Building CXX object CMakeFiles/three.dir/three.cpp.o". Note that the cmake tests are run twice) which attempts to include the library binary, because a -I for the framework is used. That -I should not be there. It should instead be a -F for the parent directory. cmSystemTools::IsPathToFramework returns the wrong result to cmLocalGenerator::GetIncludeFlags. Caused by a trailing slash in patch 7 here: https://codereview.qt-project.org/#change,60330 [^] | ||||
| Steps To Reproduce | |||||
| Additional Information | |||||
| Tags | No tags attached. | ||||
| Relationships | |||||
| Attached Files | |||||
| Issue History | |||||
| Date Modified | Username | Field | Change | ||
| 2013-07-03 11:27 | Stephen Kelly | New Issue | |||
| 2016-06-10 14:29 | Kitware Robot | Note Added: 0042309 | |||
| 2016-06-10 14:29 | Kitware Robot | Status | new => resolved | ||
| 2016-06-10 14:29 | Kitware Robot | Resolution | open => moved | ||
| 2016-06-10 14:29 | Kitware Robot | Assigned To | => Kitware Robot | ||
| 2016-06-10 14:31 | Kitware Robot | Status | resolved => closed | ||
| Notes | |||||
|
|
|||||
|
|
||||