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