Bug #146
cannot build on old version of CMake
Start date:
08/19/2012
Due date:
% Done:
0%
Estimated time:
Description
When compiling with a somewhat old version of CMake (here, 2.8.2), build fails with this error:
make[2]: *** No rule to make target `generate-dfc-fr-po', needed by `po/fr.gmo'. Stop.
History
Updated by Robin Hahling over 8 years ago
- Status changed from New to Closed
CMake minimum required version is 2.8.4 in order to build translations.
Thus, CMake minimum version has been changed for 2.8.4 in CMakeLists.txt.