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

cmake: fix external projects cmake bug #1986

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

benoit-pierre
Copy link
Contributor

@benoit-pierre benoit-pierre commented Nov 22, 2024

Work around cmake bug https://gitlab.kitware.com/cmake/cmake/-/issues/25428 (introduced in 3.23.0, fixed in 3.27.9): do not create build.d dependency files with phony targets (which would keep triggering unnecessary rebuilds of some external projects).


This change is Reviewable

Work around cmake bug https://gitlab.kitware.com/cmake/cmake/-/issues/25428
(introduced in 3.23.0, fixed in 3.27.9): do not create `build.d` dependency
files with phony targets (which would keep triggering unnecessary rebuilds
of some external projects).
@benoit-pierre benoit-pierre force-pushed the pr/work_around_cmake_bug branch from aa3c02d to 5e24634 Compare November 22, 2024 20:48
Copy link
Member

@Frenzie Frenzie left a comment

Choose a reason for hiding this comment

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

Well found!

@Frenzie Frenzie merged commit 36ddc95 into koreader:master Nov 23, 2024
4 checks passed
@benoit-pierre benoit-pierre deleted the pr/work_around_cmake_bug branch November 23, 2024 18:23
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.

2 participants