Replies: 1 comment 2 replies
-
Thanks for the hint - I was not aware of this. Maybe (?) the verbose version was used as it requires an earlier CMake version. I will change the documentation. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Your example shows regarding CMake FetchCOntent: https://github.com/nlohmann/json#embedded-fetchcontent
This should be avoid according to the official CMake docs: https://cmake.org/cmake/help/git-stage/module/FetchContent.html#id2
Prefer to use
FetchContent_MakeAvailable()
instead of custom logic:Regards, Melroy
Beta Was this translation helpful? Give feedback.
All reactions