FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z format

This aligns module mode behaviour with config mode.
This commit is contained in:
Dennis Klein
2019-05-03 20:23:08 +02:00
committed by Brad King
parent f9feab40a1
commit 5108759ed2
12 changed files with 55 additions and 4 deletions
+3
View File
@@ -29,3 +29,6 @@ FindBoost-fphsa
* The input switch ``Boost_DETAILED_FAILURE_MSG`` was
removed.
* ``Boost_VERSION`` now reports the version in ``x.y.z``
format in module mode. See policy :policy:`CMP0093`.