Replies: 1 comment 2 replies
-
Hey @lpzantony, thanks for reaching out, and apologies for the late reply. I assume you are suggesting to change the the current git submodules (eg, c4core) into The submodules I am using are tightly coupled with the repo (ie, they both frequently change), and I want to use git's submodule tracking infrastructure to signify that. It also makes my life much easier when editing the projects. I think this is a very fair trade-off. (By the way, I do use an approach similar to |
Beta Was this translation helpful? Give feedback.
-
Hello,
First of all, I would like to thank you for writing this library, it solved a lot of performance issues in my projects using YAML.
I am opening this discussion to ask you about the new
FetchContent
feature that arrived with CMake V3.11.I am slowly transiting to this instead of git sub-modules in my CMake projects and I am wondering if you would be open to use it for this library.
What convinced me to switch to
FetchContent
was this article on Medium.What do you think?
Regards
Antony L
Beta Was this translation helpful? Give feedback.
All reactions