nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
309 stars 119 forks source link

[BUG]: `compile.sh` script for C++ examples fails to locate `morpheus-config.cmake` #1775

Open dagardner-nv opened 6 days ago

dagardner-nv commented 6 days ago

Version

24.06

Which installation method(s) does this occur on?

Docker

Describe the bug.

These examples build properly when Morpheus is compiled with MORPHEUS_BUILD_EXAMPLES=ON. With the in-place build the morpheus-config.cmake isn't installed anywhere where it can be found.

Minimum reproducible example

./scripts/compile.sh
cd examples/developer_guide/3_simple_cpp_stage
./compile.sh

Relevant log output

Click here to see error details

 [Paste the error here, it will be hidden by default]

Full env printout

Click here to see environment details

 [Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct