Patch to make cmakeManager return clean path

Benjamin Schindler bschindler at inf.ethz.ch
Sun Nov 15 15:33:17 UTC 2009


Hi

Quite often one gets include path from cmake such as:
/some/build/dir//someincludeDir

Even though such a path is valid, some comparisons fails (such as the
one in includepathcomputer.cpp:208:

     m_hasPath.contains(r)

The attached patch fixes this problem. However, I'm not sure whether
this is the correct solution. The m_hasPath.contains(r) should succeed imho

Cheers
Benjamin

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: diff
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20091115/e89829cc/attachment.ksh>


More information about the KDevelop-devel mailing list