You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While experimenting, I downloaded the library in my project using the FetchContent functionality provided by CMake. The setup works just fine, but the fact that the documentation doesn't mention whether that should work does not inspire confidence on whether it will continue to work in the future. FetchContent is a convenient way to consume libraries in one's project, and having Unity work with that is beneficial to CMake users. With that in mind, could you clarify whether Unity is actually supposed to work with FetchContent and add it to the documentation?
For reference, here's the code I used to consume the library:
While experimenting, I downloaded the library in my project using the
FetchContent
functionality provided by CMake. The setup works just fine, but the fact that the documentation doesn't mention whether that should work does not inspire confidence on whether it will continue to work in the future.FetchContent
is a convenient way to consume libraries in one's project, and having Unity work with that is beneficial to CMake users. With that in mind, could you clarify whether Unity is actually supposed to work with FetchContent and add it to the documentation?For reference, here's the code I used to consume the library:
The text was updated successfully, but these errors were encountered: