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

Remove includes of core SoCMake functions in tool backends #69

Open
Risto97 opened this issue Sep 15, 2024 · 0 comments
Open

Remove includes of core SoCMake functions in tool backends #69

Risto97 opened this issue Sep 15, 2024 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@Risto97
Copy link
Contributor

Risto97 commented Sep 15, 2024

It is not necessary to include all the files like here:

    include("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/../../hwip.cmake")
    include("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/../fw_utils.cmake")
    include("${CMAKE_CURRENT_FUNCTION_LIST_DIR}/../../utils/find_python.cmake")

These are core SoCMake features and should already be included before.

@Risto97 Risto97 added the enhancement New feature or request label Sep 15, 2024
@Risto97 Risto97 added this to the 1.0.0 milestone Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant