Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | FPHSA: when EXACT version match is requested only compare the components given | Rolf Eike Beer | 2014-10-07 | 1 | -0/+1 |
Given that you have a foobar that identifies itself as 1.2.3 from now on a find_package(foobar 1.2 EXACT) will succeed, as 1.2.3 will now be considered as being 1.2. Until now this was only the case for version 1.2.0. |