Replies: 1 comment 1 reply
-
hello, I am integrating FastDDS into a Cmake project by using Xxx-config.cmake in "cmake" folder. However, i failed. Could you tell me how to integrate FastDDS into Cmake project. |
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
-
Hi,
I am integrating FastDDS into a Cmake project and I was wondering,
foonathan_memory
is a hard dependency of FastDDS, same asasio
andtinyxml
.Why is it threated differently inside the cmake? wasn't it better if it could have been integrated automatically with
-DTHIRDPARTY_foonathan_memory=FORCE
?Instead the user have to make sure he integrate it before adding FastDDS project.
And make sure the versions match and the API is not broken..
Thanks
Nir
Beta Was this translation helpful? Give feedback.
All reactions