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 error of add_halide_generator in cross-compilation #7283

Merged
merged 3 commits into from
Jan 20, 2023

Conversation

stevesuzuki-arm
Copy link
Contributor

In case the project name is CamelCase, add_halide_generator() was not able to find the generator package, because CMake searches Config.cmake or -config.cmake

In case the project name is CamelCase, add_halide_generator()
was not able to find the generator package, because CMake searches
<name>Config.cmake or <lower-case-name>-config.cmake
@alexreinking
Copy link
Member

Landing this... thanks for the patch! 🙂

@stevesuzuki-arm stevesuzuki-arm deleted the fix_add_halide_generator branch February 13, 2023 10:34
ardier pushed a commit to ardier/Halide-mutation that referenced this pull request Mar 3, 2024
In case the project name is CamelCase, add_halide_generator()
was not able to find the generator package, because CMake searches
<name>Config.cmake or <lower-case-name>-config.cmake
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.

3 participants