Comments in CMake with # and not //... always remember the language you are currently using.

This commit is contained in:
Andre Rummler
2026-08-10 20:45:20 +02:00
parent af87d28e33
commit 92b2608bfb
+2 -2
View File
@@ -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