Install *VersionConfig.cmake#1981
Merged
darbyjohnston merged 1 commit intoAcademySoftwareFoundation:mainfrom Nov 14, 2025
Merged
Install *VersionConfig.cmake#1981darbyjohnston merged 1 commit intoAcademySoftwareFoundation:mainfrom
darbyjohnston merged 1 commit intoAcademySoftwareFoundation:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1981 +/- ##
=======================================
Coverage 85.13% 85.13%
=======================================
Files 181 181
Lines 12783 12783
Branches 1206 1206
=======================================
Hits 10883 10883
Misses 1717 1717
Partials 183 183
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
This allows for find_package calls with a version requirement such as find_package(OpenTimelineIO 0.18.0 REQUIRED) See https://cmake.org/cmake/help/latest/command/find_package.html#search-modes and https://cmake.org/cmake/help/latest/module/CMakePackageConfigHelpers.html#generating-a-package-version-file Signed-off-by: Julius Künzel <julius.kuenzel@kde.org>
17117be to
34c41b0
Compare
2429dd5
into
AcademySoftwareFoundation:main
56 checks passed
kdesysadmin
pushed a commit
to KDE/kdenlive
that referenced
this pull request
Dec 26, 2025
It contains important fixes, most important for #1992 Unfortunately we can not enforce it at the moment. See https:// github.com/AcademySoftwareFoundation/OpenTimelineIO/pull/1981
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This allows for find_package calls with a version requirement such as
without this patch it fails like
See also