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

Fix library install directories #2148

Merged
merged 4 commits into from
Feb 2, 2023
Merged

Fix library install directories #2148

merged 4 commits into from
Feb 2, 2023

Commits on Jan 29, 2023

  1. Configuration menu
    Copy the full SHA
    7435321 View commit details
    Browse the repository at this point in the history
  2. Always build stlplus as STATIC library

    stlplus is a fairly small helper library, and the used subset is even
    smaller, so it makes sense to link it statically to the openMVG
    libraries.
    StefanBruens committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    923dab5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7c8519 View commit details
    Browse the repository at this point in the history
  4. Fix installation directory of cmake files

    The OpenMVGTargets-<buildtype>.cmake contains paths based on
    CMAKE_INSTALL_LIBDIR, and thus should go to the same, architecture
    dependent directory.
    
    Remove the duplicate installation of the target files as
    `openMVG-targets*.cmake`.
    StefanBruens committed Jan 29, 2023
    Configuration menu
    Copy the full SHA
    8f9639c View commit details
    Browse the repository at this point in the history