Skip to content

Fix error of add_halide_generator in cross-compilation#7283

Merged
alexreinking merged 3 commits intohalide:mainfrom
stevesuzuki-arm:fix_add_halide_generator
Jan 20, 2023
Merged

Fix error of add_halide_generator in cross-compilation#7283
alexreinking merged 3 commits intohalide:mainfrom
stevesuzuki-arm:fix_add_halide_generator

Conversation

@stevesuzuki-arm
Copy link
Copy Markdown
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
Copy Markdown
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