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

replace add_dependencies with target_link_libraries to support parallel ninja builds #124

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

jornbr
Copy link
Contributor

@jornbr jornbr commented May 2, 2024

Description of Work

This replaces cmake's add_dependencies with target_link_libraries. This is in line with FABM 2.0 conventions and required to support parallel builds with ninja. Specifically, this PR fixes this test failure. The change is compatible with all FABM versions; it just requires cmake 3.13, which was released over 5 years ago and therefore widely available.

@wathen
Copy link
Member

wathen commented May 8, 2024

@jornbr is this ready for review?

@glessin glessin self-assigned this Jun 19, 2024
@glessin glessin closed this Jun 25, 2024
@glessin glessin reopened this Jun 25, 2024
@glessin glessin merged commit eb6acc1 into pmlmodelling:master Jun 25, 2024
1 of 9 checks passed
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