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

[GraphCompiler] Use find_package() for CMake < 3.24 #162

Merged
merged 2 commits into from
Aug 5, 2024

Conversation

AndreyPavlenko
Copy link
Collaborator

The FetchContent_Declare(FIND_PACKAGE_ARGS) is supported since CMake 3.24. For the prior versions, using find_package() first. If the package is not found, then using FetchContent.

@slyalin slyalin merged commit 4355741 into slyalin:mlir Aug 5, 2024
68 of 86 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants