Feature #965
CMake
Start date:
09/09/2013
Due date:
% Done:
0%
Estimated time:
Added by Andrea Bulgarelli over 11 years ago. Updated over 11 years ago.
0%
There is a critical bug on cmake 2.8.6 or below. See: http://stackoverflow.com/questions/9948375/cmake-find-package-succeeds-but-returns-wrong-path.
The bug about FindPackage() is fixed with cmake 2.8.7 and above.
There is also another big change that is good to know:
cmake 2.8.7 and above perfer library packages installed system-wise over local ones. Before it was the opposite.