Please check kmix too:
if(POLICY CMP0046) cmake_policy (SET CMP0046 NEW) endif() # Your project should require at least CMake 2.8.12 to use FindKF5.cmake if (KMIX_KF5_BUILD) cmake_minimum_required(VERSION 2.8.12) add_definitions( -DX_KMIX_KF5_BUILD ) add_definitions( -DTRANSLATION_DOMAIN=\"kmix\" ) else () cmake_minimum_required(VERSION 2.8.11) endif() if(POLICY CMP0046) cmake_policy (SET CMP0046 NEW) endif() -- David Faure, [email protected], http://www.davidfaure.fr Working on KDE Frameworks 5 _______________________________________________ Kde-buildsystem mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-buildsystem
