Commit e39c216
authored
Fix: typo for PROJECT_IS_TOP_LEVEL for building examples (#2291)
This PR fixes a typo in the CMake variable name `PROJECT_IS_TOP_LEVEL` so we can properly detect how to link Morpheus when building the examples as part of Morpheus or separately.
Closes #2276
## By Submitting this PR I confirm:
- I am familiar with the [Contributing Guidelines](https://github.com/nv-morpheus/Morpheus/blob/main/docs/source/developer_guide/contributing.md).
- When the PR is ready for review, new or existing tests cover these changes.
- When the PR is ready for review, the documentation is up to date with these changes.
Authors:
- Will Killian (https://github.com/willkill07)
Approvers:
- David Gardner (https://github.com/dagardner-nv)
URL: #22911 parent 0d75d27 commit e39c216
File tree
3 files changed
+3
-3
lines changed- examples
- data_loss_prevention/dlp_stages/_lib
- developer_guide
- 3_simple_cpp_stage/src/simple_cpp_stage/_lib
- 4_rabbitmq_cpp_stage/src/rabbitmq_cpp_stage/_lib
3 files changed
+3
-3
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments