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

Auto-Specify Build Type for Building External Packages #159

Merged
merged 2 commits into from
Oct 10, 2024

Conversation

threeal
Copy link
Owner

@threeal threeal commented Oct 9, 2024

This pull request resolves #158 by automatically specifying the build type for building external packages when using the cdeps_build_package function. It sets the build type to follow the CMAKE_BUILD_TYPE variable in the main project if that variable is defined and is not specified in the OPTIONS argument.

@threeal threeal self-assigned this Oct 9, 2024
@threeal threeal added the feat label Oct 9, 2024
@threeal threeal added this to the Version 1.0.0 milestone Oct 9, 2024
@threeal threeal force-pushed the auto-specify-build-type branch from 1a2fb3c to 926fbe6 Compare October 9, 2024 16:30
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
@threeal threeal force-pushed the auto-specify-build-type branch from 33df2b3 to af4f3dc Compare October 9, 2024 16:37
@threeal threeal marked this pull request as ready for review October 9, 2024 16:38
@threeal threeal added the test label Oct 9, 2024
@threeal threeal merged commit f467be9 into main Oct 10, 2024
4 checks passed
@threeal threeal deleted the auto-specify-build-type branch October 10, 2024 05:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Harvested
Development

Successfully merging this pull request may close these issues.

Auto-Specify Build Type for Building External Packages
1 participant