View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014267CMakeCMakepublic2013-07-03 11:272016-06-10 14:31
ReporterStephen Kelly 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionmoved 
PlatformApple MacOSOS XOS Version
Product VersionCMake 2.8.9 
Target VersionFixed in Version 
Summary0014267: 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 [^]
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0042309)
Kitware Robot (administrator)
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.

 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


Copyright © 2000 - 2018 MantisBT Team