FindSoprano.cmake

Allen Winter winter at kde.org
Wed Apr 22 17:15:32 CEST 2009


Howdy,

It seems to me that FindSoprano.cmake needs some love.

In particular, it does stuff like:
  find_path(SOPRANO_INCLUDE_DIR
    NAMES
    soprano/soprano.h
    PATHS
    ${KDE4_INCLUDE_DIR}
    ${INCLUDE_INSTALL_DIR}
    )


which I think should be changed to:
  find_path(SOPRANO_INCLUDE_DIR
    NAMES
    soprano/soprano.h
    )

to make sure the search order is taken from CMAKE_PREFIX_PATH.
Right?



More information about the Kde-buildsystem mailing list