summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/FPHSA/exact_1.2.3.cmake
Commit message (Collapse)AuthorAgeFilesLines
* FPHSA: when EXACT version match is requested only compare the components givenRolf Eike Beer2014-10-071-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.