-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
acado/1.2.2-beta relocatable #5557
acado/1.2.2-beta relocatable #5557
Conversation
This comment has been minimized.
This comment has been minimized.
c0c0905
to
15d8c59
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
:-( |
This problem looks similar to the build problems with boost. |
This comment has been minimized.
This comment has been minimized.
thanks @madebr , that did the trick 👍 |
ExportFile::setup( _fileName, _commonHeaderName, _realString, _intString, _precision, _commentString ); | ||
|
||
- folders = TEMPLATE_PATHS; | ||
+ if(const char* template_paths = std::getenv("ACADO_TEMPLATE_PATHS")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you going to try to upstream this patch?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the project is dead unfortunately.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's the packaging into Conan that breaks the project structure, not really a bug as much as a feature from what I see
Co-authored-by: Uilian Ries <[email protected]>
All green in build 5 (
|
Specify library name and version: acado/1.2.2-beta
Making acado relocateable.
Question: Is
self.env_info.ACADO_TEMPLATE_PATHS
still the correct way to have env-values set whenever this library is part of the build-tree? It is important, that all users of this library have this env-var set. I also assume this happens during execution of the generators, likecmake_find_package
, and not during build or packaging of this library.conan-center hook activated.