diff options
Diffstat (limited to 'docs/markdown/snippets/cmake_package_version.md')
| -rw-r--r-- | docs/markdown/snippets/cmake_package_version.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/snippets/cmake_package_version.md b/docs/markdown/snippets/cmake_package_version.md index 58f000475..72446dd4d 100644 --- a/docs/markdown/snippets/cmake_package_version.md +++ b/docs/markdown/snippets/cmake_package_version.md @@ -1,5 +1,5 @@ -## CMake find_package version support +## CMake `find_package` version support -It is now possible to specify a requested package version to the CMake +It is now possible to specify a requested package version for the CMake dependency backend via the new `cmake_package_version` kwarg in the `dependency` function. |
