Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,9 @@ The dependency provider (CMake 3.24+) tracks `find_package()` and `CPMAddPackage

## Development

To update cpp-library dependencies search for `[DEPENDENCY]`.
To update cpp-library dependencies search for `[DEPENDENCY]`. Embed the marker in an HTML
comment (e.g. `<!-- [DEPENDENCY] -->`) rather than as visible text, so it doesn't render in
rendered docs.

To use a local copy of cpp-library:

Expand Down
3 changes: 2 additions & 1 deletion templates/.github/workflows/ci.yml.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Auto-generated from cpp-library (https://github.com/stlab/cpp-library)
# Do not edit this file directly - it will be overwritten when templates are regenerated
# Dependency versions are defined in cmake/cpp-library-ci.cmake (with source links)
# Dependency versions are defined in cpp-library's cmake/cpp-library-ci.cmake
# (https://github.com/stlab/cpp-library/blob/main/cmake/cpp-library-ci.cmake), not in this repo

name: CI

Expand Down
Loading