Skip to content

Commit f9b864f

Browse files
Copilotsean-parent
andcommitted
Add note to check for latest cpp-library version in README examples
Co-authored-by: sean-parent <2279724+sean-parent@users.noreply.github.com>
1 parent 29dcde0 commit f9b864f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ endif()
108108
include(cmake/CPM.cmake)
109109
110110
# Fetch cpp-library before project()
111+
# Check https://github.com/stlab/cpp-library/releases for the latest version
111112
CPMAddPackage("gh:stlab/cpp-library@5.0.0")
112113
include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
113114
@@ -212,6 +213,7 @@ cpp-library automatically generates `find_dependency()` calls in the installed C
212213
cmake_minimum_required(VERSION 3.24)
213214
include(cmake/CPM.cmake)
214215
216+
# Check https://github.com/stlab/cpp-library/releases for the latest version
215217
CPMAddPackage("gh:stlab/cpp-library@5.0.0")
216218
include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
217219

0 commit comments

Comments
 (0)