Skip to content
Snippets Groups Projects
  1. Apr 19, 2023
  2. Mar 16, 2023
    • Dietrich Rothe's avatar
      Wip/11221 modernize cmake (#25) · 4d87627e
      Dietrich Rothe authored
      This provides ChimeraTK::<project-name> as cmake imported target.
      Variables <project_name>_INCLUDE_DIRS, <project_name>LIBRARY_DIRS, <project_name>_LIBRARIES, <project_name>_CXX_FLAGS, <project_name>_LINKER_FLAGS are provided for compatibility but are generated from cmake-exports where possible and cmake imported targets should be preferred.
      
      * provide function for option array conversion
      to be used with target_compile_options etc + FindPackage results, where
      findPackage results are of incorrect/old format
      
      * FindDOOCS:
       - DOOCS components as imported targets
       - clean up no longer needed tweaks
       - add timinglib as component
       - make use of log levels and respect QUIET argument
      
      * add_dependency: fail on wrong add_dependency usage
      this was unseen since it worked in most cases but in general does not
      in particular was causing trouble with imports from cppext
      second arg must be version number
      
      * pkgconfig exports
       - generated from cmake-exports
       - make linker flags come before libs, order is required e.g. for --no-as-needed flag
       - remove duplicates in output
      
      * FindGccAtomic
      - do not put absolute lib path in output since it was causing trouble with yocto builds. Should be in system lib
      paths anyway. Also, make GccAtomic variable output name more consistent.
      4d87627e
  3. Jul 13, 2021
  4. Jul 12, 2021
  5. Jun 23, 2021
  6. Oct 22, 2020
  7. Jul 24, 2020
  8. May 29, 2020
  9. May 28, 2020
  10. May 27, 2020
  11. Mar 13, 2020
  12. Jan 27, 2020
  13. May 16, 2019
  14. Apr 29, 2019
  15. Feb 14, 2019
  16. Feb 19, 2018
  17. Dec 12, 2016
  18. Nov 24, 2016
  19. Oct 13, 2016
  20. Sep 20, 2016
  21. Sep 16, 2016
  22. Sep 14, 2016
  23. Sep 02, 2016
  24. Jun 02, 2016
  25. May 27, 2016
Loading