FPHSA: add support of version range

This commit is contained in:
Marc Chevier
2020-09-22 23:50:10 +10:00
committed by Marc Chevrier
parent d7df81067b
commit 6bfc442fde
21 changed files with 242 additions and 58 deletions
+7
View File
@@ -0,0 +1,7 @@
FPHSA-version_range
-------------------
* The :module:`FindPackageHandleStandardArgs` module learned to handle
version range. It also gained the ``find_package_check_version()`` command to
check the validity of a version against version-related arguments of
:command:`find_package` command.