mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-08-16 11:44:13 +02:00
Comments in CMake with # and not //... always remember the language you are currently using.
This commit is contained in:
@@ -35,8 +35,8 @@ if(BUILD_WITH_KF)
|
|||||||
set(KF_GIT_TAG v6.10.0)
|
set(KF_GIT_TAG v6.10.0)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
// using a function in order to limit the scope of the variables
|
# using a function in order to limit the scope of the variables
|
||||||
// with CMake >=3.25 we could use a block()
|
# with CMake >=3.25 we could use a block()
|
||||||
function(qet_make_kf_available)
|
function(qet_make_kf_available)
|
||||||
# Fix stop the run autotests of kcoreaddons
|
# Fix stop the run autotests of kcoreaddons
|
||||||
# see
|
# see
|
||||||
|
|||||||
Reference in New Issue
Block a user