There are a few issues that should be resolved to make importing `find_package` and `FetchContent` equivalent: - [ ] alias library: `fdict` -> `fdict::fdict` - [ ] namespace targets, options, etc. In order to avoid nameclashes - [ ] Add options: `FDICT_INSTALL`, `FDICT_SHARED_LIBS` to control how `fdict` is being built - [ ] Set and propagate the variables in `fdictConfig.cmake` using `return(PROPAGATE)` or `set(PARENT_SCOPE)`
There are a few issues that should be resolved to make importing
find_packageandFetchContentequivalent:fdict->fdict::fdictFDICT_INSTALL,FDICT_SHARED_LIBSto control howfdictis being builtfdictConfig.cmakeusingreturn(PROPAGATE)orset(PARENT_SCOPE)