mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Fix stop the run autotests of kcoreaddons
see https://invent.kde.org/frameworks/kcoreaddons/-/blob/master/CMakeLists.txt#L98 issue: CMake Error at /usr/share/ECM/modules/ECMAddTests.cmake:89 (add_executable): Cannot find source file: see https://qelectrotech.org/forum/viewtopic.php?pid=13929#p13929
This commit is contained in:
@@ -84,11 +84,13 @@ if(DEFINED BUILD_KF5_YES)
|
||||
endif()
|
||||
|
||||
#---ToDo why you don't work :/
|
||||
set(BUILD_TESTING "0")
|
||||
FetchContent_Declare(
|
||||
kcoreaddons
|
||||
GIT_REPOSITORY https://invent.kde.org/frameworks/kcoreaddons.git
|
||||
GIT_TAG ${KF5_GIT_TAG})
|
||||
FetchContent_MakeAvailable(kcoreaddons)
|
||||
unset(BUILD_TESTING)
|
||||
#___ToDo
|
||||
|
||||
FetchContent_Declare(
|
||||
|
||||
@@ -84,11 +84,13 @@ if(DEFINED BUILD_KF5_YES)
|
||||
endif()
|
||||
|
||||
#---ToDo why you don't work :/
|
||||
set(BUILD_TESTING "0")
|
||||
FetchContent_Declare(
|
||||
kcoreaddons
|
||||
GIT_REPOSITORY https://invent.kde.org/frameworks/kcoreaddons.git
|
||||
GIT_TAG ${KF5_GIT_TAG})
|
||||
FetchContent_MakeAvailable(kcoreaddons)
|
||||
unset(BUILD_TESTING)
|
||||
#___ToDo
|
||||
|
||||
FetchContent_Declare(
|
||||
|
||||
@@ -84,11 +84,13 @@ if(DEFINED BUILD_KF5_YES)
|
||||
endif()
|
||||
|
||||
#---ToDo why you don't work :/
|
||||
set(BUILD_TESTING "0")
|
||||
FetchContent_Declare(
|
||||
kcoreaddons
|
||||
GIT_REPOSITORY https://invent.kde.org/frameworks/kcoreaddons.git
|
||||
GIT_TAG ${KF5_GIT_TAG})
|
||||
FetchContent_MakeAvailable(kcoreaddons)
|
||||
unset(BUILD_TESTING)
|
||||
#___ToDo
|
||||
|
||||
FetchContent_Declare(
|
||||
|
||||
@@ -79,11 +79,13 @@ if(DEFINED BUILD_KF5_YES)
|
||||
endif()
|
||||
|
||||
#---ToDo why you don't work :/
|
||||
set(BUILD_TESTING "0")
|
||||
FetchContent_Declare(
|
||||
kcoreaddons
|
||||
GIT_REPOSITORY https://invent.kde.org/frameworks/kcoreaddons.git
|
||||
GIT_TAG ${KF5_GIT_TAG})
|
||||
FetchContent_MakeAvailable(kcoreaddons)
|
||||
unset(BUILD_TESTING)
|
||||
#___ToDo
|
||||
|
||||
FetchContent_Declare(
|
||||
|
||||
Reference in New Issue
Block a user