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: support dispatch mode #790

Merged
merged 1 commit into from Feb 23, 2023
Merged

cmake: support dispatch mode #790

merged 1 commit into from Feb 23, 2023

Conversation

hzhuang1
Copy link
Contributor

Add dispatch mode with option DISPATCH.

Build with DISPATCH:
$cmake ../cmake_unofficial -DDISPATCH=ON
$cmake --build ./

Signed-off-by: Haojian Zhuang haojian.zhuang@linaro.org

Add dispatch mode with option DISPATCH.

Build with DISPATCH:
$cmake ../cmake_unofficial -DDISPATCH=ON
$cmake --build ./

Signed-off-by: Haojian Zhuang <haojian.zhuang@linaro.org>
@hzhuang1
Copy link
Contributor Author

It depends on cmake 3.10 to recognize architecture.

@Cyan4973
Copy link
Owner

Cyan4973 commented Feb 2, 2023

It depends on cmake 3.10 to recognize architecture.

You have designed a fallback in case cmake doesn't have a good enough version, so I think this is good.

@Cyan4973 Cyan4973 merged commit dba3a29 into Cyan4973:dev Feb 23, 2023
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.

None yet

2 participants