File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,8 @@ projects.
2222 * [ 4.1.2. How to override CMake find module] ( #412-how-to-override-cmake-find-module )
2323 * [ 4.2. FetchContent] ( #42-fetchcontent )
2424 * [ 4.3. CPM.cmake] ( #43-cpmcmake )
25- * [ 5. PHP dependencies] ( #5-php-dependencies )
25+ * [ 5. Common Package Specification (CPS)] ( #5-common-package-specification-cps )
26+ * [ 6. PHP dependencies] ( #6-php-dependencies )
2627
2728## 1. Introduction to dependencies
2829
@@ -440,7 +441,12 @@ include(cmake/CPM.cmake)
440441CPMAddPackage("gh:fmtlib/fmt#7.1.3")
441442```
442443
443- ## 5. PHP dependencies
444+ ## 5. Common Package Specification (CPS)
445+
446+ The [ Common Package Specification] ( https://cps-org.github.io/cps/ ) is a new
447+ approach to specify package metadata using a JSON Schema file.
448+
449+ ## 6. PHP dependencies
444450
445451A list of various dependencies needed to build PHP from source:
446452
You can’t perform that action at this time.
0 commit comments