8000 Release v1.4.3 · ph3at/libenvpp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.4.3

Compare
Choose a tag to compare
@BlackMark29A BlackMark29A released this 07 Oct 14:28
· 7 commits to main since this release

Improved cmake dependency handling

libenvpp now detects if dependencies have already been provided by the parent project and reuses them. This was previously only supported when using FetchContent which has this built-in, but now this also works when manually adding dependencies either through find_package or add_subdirectory.

Additionally the dependencies of libenvpp are now fetched from submodules with FetchContent instead of from the respective git repo. This has the benefit that no internet connection is required when configuring through cmake, as long as the submodules were previously cloned.

0