From 69aa652d9afee2b79dc2a7ad243e55339358d26b Mon Sep 17 00:00:00 2001 From: Steve Cossette Date: Jan 03 2024 02:33:23 +0000 Subject: Updated CMake.adoc to point to KDEPackaging.adoc Updated the already existing directives to point to the new KDE Packaging directives document --- diff --git a/guidelines/modules/ROOT/pages/CMake.adoc b/guidelines/modules/ROOT/pages/CMake.adoc index 1acccb4..a1da833 100644 --- a/guidelines/modules/ROOT/pages/CMake.adoc +++ b/guidelines/modules/ROOT/pages/CMake.adoc @@ -37,8 +37,8 @@ Runs the tests that are defined with `+add_test()+` in project (using `+%__ctest+`). When packaging KDE software, -you most likely would replace `+%cmake+` with `+%cmake_kf5+` -that defines multiple KDE-related variables (shipped in `+kf5+` package). +you most likely would replace `+%cmake+` with either `+%cmake_kf5+` +or `+%cmake_kf6+`. For more information, see xref:KDEPackaging.adoc[KDE Packaging Guidelines]. It is rarely necessary (but permissible) to use or alter these: