You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I am developing a flight software.
I clone the cFS repository inside my git repository.
Libraries that are built outside of the build tree of the cFS itself are exported See CMake Export command.
This create a file "mylibraryConfig.cmake" that will be place in a given folder.
To correctly find and import mylibrary within applications under the cFS repository I need to tell the cFS build tree about this folder using the CMAKE_PREFIX_PATH variable
Describe the solution you'd like
The propose solutions would be to simply pass this variable form the Makefile and through the CMake command.
Describe alternatives you've considered
Alternative solutions:
Place mylibrary directly into the build tree of the cFS itself. This is not really practicable if I we want to use 3rd party library and / or if mylibrary is meant to be middelware agnostic with integrations into several middelware (cFS, ROS etc.)
Additional context
I can provide with an example repository with needed.
Requester Info
No company, pure individual
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I am developing a flight software.
I clone the cFS repository inside my git repository.
Libraries that are built outside of the build tree of the cFS itself are exported See CMake Export command.
This create a file "mylibraryConfig.cmake" that will be place in a given folder.
To correctly find and import
mylibrary
within applications under the cFS repository I need to tell the cFS build tree about this folder using theCMAKE_PREFIX_PATH
variableDescribe the solution you'd like
The propose solutions would be to simply pass this variable form the Makefile and through the CMake command.
Describe alternatives you've considered
Alternative solutions:
mylibrary
directly into the build tree of the cFS itself. This is not really practicable if I we want to use 3rd party library and / or ifmylibrary
is meant to be middelware agnostic with integrations into several middelware (cFS, ROS etc.)Additional context
I can provide with an example repository with needed.
Requester Info
No company, pure individual
The text was updated successfully, but these errors were encountered: