-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Simplified CMake installation and moved to using the new CMake depend…
…ency provider mechanism * Deprecated the H5PP_PACKAGE_MANAGER flag * Deprecated CPM and Fetch modes * For automatic dependency installation, use the CMake dependency provider mechanism (requires at least CMake 3.24): https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html#dependency-providers To enable, run cmake -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES= ... pointing to either (1) <h5pp-source>/cmake/conan_dependency_provider/conan_provider.cmake (to let conan install libraries) (2) <h5pp-source>/cmake/cmake_dependency_provider/cmake_provider.cmake (to let cmake install libraries) Alternatively, use a bundled CMake Presets for similar effect. To list presets, run: cmake --list-presets
- Loading branch information
Showing
2 changed files
with
3 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters