Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve CMake library dependencies #1536

Merged
merged 2 commits into from
Nov 14, 2024
Merged

Commits on Nov 14, 2024

  1. [CMake] make more libraries PRIVATE dependencies

    This avoids adding their include-paths when using STIR libraries.
    KrisThielemans committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    de7e48a View commit details
    Browse the repository at this point in the history
  2. [CMake] improve exported config

    - find_package Boost REQUIRED as its include files are needed
    - remove ITK_USE_FILE as not needed
    
    Fixes UCL#432
    KrisThielemans committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    dc2640f View commit details
    Browse the repository at this point in the history