We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29dcde0 commit f9b864fCopy full SHA for f9b864f
1 file changed
README.md
@@ -108,6 +108,7 @@ endif()
108
include(cmake/CPM.cmake)
109
110
# Fetch cpp-library before project()
111
+# Check https://github.com/stlab/cpp-library/releases for the latest version
112
CPMAddPackage("gh:stlab/cpp-library@5.0.0")
113
include(${cpp-library_SOURCE_DIR}/cpp-library.cmake)
114
@@ -212,6 +213,7 @@ cpp-library automatically generates `find_dependency()` calls in the installed C
212
213
cmake_minimum_required(VERSION 3.24)
214
215
216
217
218
219
0 commit comments