-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CMake: Split target finalization code into a separate function
It was duplicated across a few public API. Splitting it will also allow it to be be reused in a future change in another function. Also add the ability to use the poor man finalizer approach for CMake 3.16, but only via an opt-in that will be set by the qt build process, so that the finalizers can be used for tests in a future change. Task-number: QTBUG-93625 Task-number: QTBUG-112212 Change-Id: I097faf5e3db98457acfdfb3ae2011efb6640f35e Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 2bbc0bd) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
- Loading branch information
Showing
2 changed files
with
22 additions
and
33 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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