Skip to content
Commit dabfc009 authored by Nicolas Fella's avatar Nicolas Fella
Browse files

[kimpanel] Improve cmake code

Move find calls to top-level CMakeLists.txt
Use pkgconfig instead of custom find modules
Use imported targets
parent 051bbf35
  • As mentioned on the BSD channel, changing find_package to pkg_check_modules makes using -DCMAKE_DISABLE_FIND_PACKAGE_xxx impossible.

    It must be avoided or new options should be added to control which optional dependency to find.

    Edited by Christophe Marin
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment