summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/cmake_package_version.md
AgeCommit message (Collapse)Author
2021-02-14Set up release 0.57.Jussi Pakkanen
2021-01-31copy editing for 0.57 release notes [skip ci]Paolo Bonzini
2020-11-21Handle cmake dependencies which require a specified versionJason Ekstrand
Some CMake packages fail to find at all if no version is specified. This commit adds a cmake_version parameter to dependency() to allow you to specify the requested version.