MantisBT - CMake
View Issue Details
0014267CMakeCMakepublic2013-07-03 11:272016-06-10 14:31
Stephen Kelly 
Kitware Robot 
normalminoralways
closedmoved 
Apple MacOS X
CMake 2.8.9 
 
0014267: CMake does not detect framework path if it contains a trailing slash

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 [^]
No tags attached.
Issue History
2013-07-03 11:27Stephen KellyNew Issue
2016-06-10 14:29Kitware RobotNote Added: 0042309
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042309)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.