foonathan_memory_vendor FORCE_BUILD option #4528
xavisolesoft
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi @xavisolesoft, thanks for using Fast DDS, and thanks for your proposal
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Proposal
I have a feature proposal for
foonathan_memory_vendor
package build:My proposal consist on create a cmake option to be able to force the build even when ros is installed in the system path.
We need this option due we are using a different compiler from the system default one, so we need to force the build with our compiler.
Proposed implementation
![image](https://private-user-images.githubusercontent.com/20727166/310874813-c3e22c7f-6141-4b6b-b410-2ddc9413e952.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4MzEzOTQsIm5iZiI6MTczODgzMTA5NCwicGF0aCI6Ii8yMDcyNzE2Ni8zMTA4NzQ4MTMtYzNlMjJjN2YtNjE0MS00YjZiLWI0MTAtMmRkYzk0MTNlOTUyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDA4MzgxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTYyYzNmMzA3YWM4NGFiMGFmODk2MGUwMzU2YWNlMzc1NmZiZGNmMDE3Mjc2MWQwNDc4MTIzOTM1ZTMyYTJlOTEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.1YFN4xkECyhkkev_k--DTLZILxFjl7FDpvlU_r5itIY)
I have an implementation proposal (I copy the snapshot because I have no permissions to create a branch in
foonathan_memory_vendor
):How to use it
With the proposed implementation, force build can be enabled by passing the next argument to cmake in the command line:
Beta Was this translation helpful? Give feedback.
All reactions