Skip to content

Commit 3d75542

Browse files
committed
Merge branch 'sean-parent/install-with-provider' of https://github.com/stlab/cpp-library into sean-parent/install-with-provider
2 parents affec68 + 0dcc7a2 commit 3d75542

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)