Skip to content
  • Friedrich W. H. Kossebau's avatar
    cmake: fix missing addition of policies to documentation index · c8847264
    Friedrich W. H. Kossebau authored
    Summary:
    Since cmake 3.0 cmake also supports --help-policy-list, matching the
    general --help* pattern. The KDevelop cmake documentation plugin
    already has an entry for "Policies", just it is not filled with any
    content.
    This patch extends the content indexing by also including the policy.
    For cmake < 3.0 the process CMakeCommandsContents::processOutput will
    catch the failing call by the exit code, and things are as before.
    
    Reviewers: #kdevelop, apol
    
    Reviewed By: #kdevelop, apol
    
    Subscribers: kdevelop-devel
    
    Tags: #kdevelop
    
    Differential Revision: https://phabricator.kde.org/D15882
    
    (cherry picked from commit 2f0f3da7)
    c8847264