mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-08-14 10:34:14 +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)
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user