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(CodeCoverage): follow CMake policy CMP0175 #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

maartenarnst
Copy link

This PR updates the code coverage module to follow CMake policy CMP0175.

Policy CMP0175 was introduced in CMake 3.31. It prevents the use of add_custom_command with invalid arguments, such as an empty command.

szhorvat added a commit to igraph/igraph that referenced this pull request Dec 24, 2024
krlmlr added a commit to igraph/rigraph that referenced this pull request Jan 6, 2025
fix: CodeCoverage.cmake compatibility with CMake 3.31 fix is taken from bilke/cmake-modules#91 fixes igraph/igraph#2712
krlmlr added a commit to igraph/rigraph that referenced this pull request Jan 8, 2025
fix: CodeCoverage.cmake compatibility with CMake 3.31 fix is taken from bilke/cmake-modules#91 fixes igraph/igraph#2712
krlmlr added a commit to igraph/rigraph that referenced this pull request Jan 8, 2025
fix: CodeCoverage.cmake compatibility with CMake 3.31 fix is taken from bilke/cmake-modules#91 fixes igraph/igraph#2712
krlmlr added a commit to igraph/rigraph that referenced this pull request Jan 8, 2025
fix: CodeCoverage.cmake compatibility with CMake 3.31 fix is taken from bilke/cmake-modules#91 fixes igraph/igraph#2712
krlmlr added a commit to igraph/rigraph that referenced this pull request Jan 8, 2025
fix: CodeCoverage.cmake compatibility with CMake 3.31 fix is taken from bilke/cmake-modules#91 fixes igraph/igraph#2712
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.

1 participant