Skip to content

Fix install_dependency_with_soversion#143

Merged
marcosbento merged 1 commit into
developfrom
fix/install-so-version
May 7, 2026
Merged

Fix install_dependency_with_soversion#143
marcosbento merged 1 commit into
developfrom
fix/install-so-version

Conversation

@Ozaq
Copy link
Copy Markdown
Member

@Ozaq Ozaq commented May 5, 2026

Now correctly uses LOCATION instead of IMPORTED_LOCATION.

IMPORTED_LOCATION is usualy unset and replaced by
IMPORTED_LOCATION_. LOCATION is set for imporeted targets, i.e. from find_package.

Description

Contributor Declaration

By opening this pull request, I affirm the following:

  • All authors agree to the Contributor License Agreement.
  • The code follows the project's coding standards.
  • I have performed self-review and added comments where needed.
  • I have added or updated tests to verify that my changes are effective and functional.
  • I have run all existing tests and confirmed they pass.

@Ozaq Ozaq requested review from danovaro and marcosbento May 5, 2026 13:50
Copy link
Copy Markdown
Member

@danovaro danovaro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks @Ozaq
looks good (and tested succesfuly in mars-server-bundle)

Comment thread cmake/ecbuild_install_dependency_with_soversion.cmake Outdated
Now correctly uses LOCATION instead of IMPORTED_LOCATION.

IMPORTED_LOCATION is usualy unset and replaced by
IMPORTED_LOCATION_<CONFIG>. LOCATION is set for imporeted targets, i.e.
from find_package.
@Ozaq Ozaq force-pushed the fix/install-so-version branch from 39c3fb6 to 410953e Compare May 5, 2026 15:21
Copy link
Copy Markdown
Collaborator

@marcosbento marcosbento left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@marcosbento marcosbento merged commit 410953e into develop May 7, 2026
294 of 325 checks passed
@marcosbento marcosbento deleted the fix/install-so-version branch May 7, 2026 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants