You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to request minimum version of cmake-init base-projects in find_package.
The CMake documentation suggests to generate and deploy a Package Version File. Besides template-config.cmake, projects would than also deploy template-config-version.cmake and allow to be included via calls like find_package(template_foo 2.0 REQUIRED).
As far as I can see, there is currently no way for users to check in CMake for versions of cmake-init-based projects, which is quite unfortunate.
The text was updated successfully, but these errors were encountered:
Add ability to request minimum version of cmake-init base-projects in
find_package
.The CMake documentation suggests to generate and deploy a Package Version File. Besides
template-config.cmake
, projects would than also deploytemplate-config-version.cmake
and allow to be included via calls likefind_package(template_foo 2.0 REQUIRED)
.As far as I can see, there is currently no way for users to check in CMake for versions of cmake-init-based projects, which is quite unfortunate.
The text was updated successfully, but these errors were encountered: