From 92b2608bfb4aebb2a1714234cd8bbc630d673c18 Mon Sep 17 00:00:00 2001 From: Andre Rummler Date: Mon, 10 Aug 2026 20:45:20 +0200 Subject: [PATCH] Comments in CMake with # and not //... always remember the language you are currently using. --- cmake/fetch_kdeaddons.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/fetch_kdeaddons.cmake b/cmake/fetch_kdeaddons.cmake index b8c7e1d51..9b1733214 100644 --- a/cmake/fetch_kdeaddons.cmake +++ b/cmake/fetch_kdeaddons.cmake @@ -35,8 +35,8 @@ if(BUILD_WITH_KF) set(KF_GIT_TAG v6.10.0) endif() endif() - // using a function in order to limit the scope of the variables - // with CMake >=3.25 we could use a block() + # using a function in order to limit the scope of the variables + # with CMake >=3.25 we could use a block() function(qet_make_kf_available) # Fix stop the run autotests of kcoreaddons # see