-
Notifications
You must be signed in to change notification settings - Fork 91
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
Feature in-tree external components #2527
Conversation
@TotoGaz Could you take a look please ? |
711956d
to
0df98ed
Compare
282b9a1
to
089c933
Compare
089c933
to
4481e11
Compare
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.
@untereiner Thanks for picking this up. I don't think anyone has used this since we ditched PAMELA and moved PVTPackage as a submodule inside the src
directory. Have you confirmed that this works with an external package that is called at runtime?
@@ -127,7 +127,7 @@ blt_append_custom_compiler_flag( FLAGS_VAR CMAKE_CXX_FLAGS | |||
) | |||
|
|||
blt_append_custom_compiler_flag( FLAGS_VAR CMAKE_CXX_FLAGS_DEBUG | |||
GNU "-Wno-unused-parameter -Wno-unused-variable" | |||
GNU "-Wno-unused-parameter -Wno-unused-variable -Wno-dangling-reference" |
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.
What was this required for? i.e. where is the dangling reference that this avoids?
@rrsettgast Yes I confirm. I am using RESQML inputs/outputs with a kind of plugin |
Great. Thanks again. |
* enable in-tree external repo componenets * fix compilation of existing external component
A proposal to solve issue #2526