Skip to content

Remove note on not supported dependencies in program targets #304

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

Merged
merged 1 commit into from
Dec 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions manifest-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,6 @@ The source file containing the program body can be specified in the *main* entry
Executables can have their own dependencies.
See [specifying dependencies](#specifying-dependencies) for more details.

> Dependencies supported in Bootstrap fpm only

Executables can also specify their own external library dependencies.
See [external libraries](#link-external-libraries) for more details.

Expand Down Expand Up @@ -274,8 +272,6 @@ The source file containing the program body can be specified in the *main* entry
Examples can have their own dependencies.
See [specifying dependencies](#specifying-dependencies) for more details.

> Dependencies supported in Bootstrap fpm only

Examples can also specify their own external library dependencies.
See [external libraries](#link-external-libraries) for more details.

Expand Down Expand Up @@ -310,8 +306,6 @@ The source file containing the program body can be specified in the *main* entry
Tests can have their own dependencies.
See [specifying dependencies](#specifying-dependencies) for more details.

> Dependencies supported in Bootstrap fpm only

Tests can also specify their own external library dependencies.
See [external libraries](#link-external-libraries) for more details.

Expand Down