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
Please verify this is now fixed in master through #159. I've used CLI11_INSTALL - it deactivates most of the installs if this is a subproject always, hopefully I left in the right bits to allow the CLI11 target to still work as a dependency of a parent project through the config script.
That is, find_package(NewProject CONFIG) should produce working targets even if NewProject's targets depend on CLI11::CLI11 and CLI11 is not found separately.
By having a CMake variable:
it can be used to disable install(...) directives, so CLI11 can be used as a submodule in a larger project.
The text was updated successfully, but these errors were encountered: