mirror of
https://github.com/reactos/CMake.git
synced 2024-12-16 16:16:33 +00:00
4f9bf4468b
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.
2 lines
42 B
CMake
2 lines
42 B
CMake
find_package(Pseudo 1.2.4 EXACT REQUIRED)
|