aboutsummaryrefslogtreecommitdiff
path: root/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2021-02-26 21:48:38 +0000
committerChristophe Giboudeaux <christophe@krop.fr>2021-02-26 21:48:38 +0000
commitdce13260f831882f70a18b1f1290bac462befbbd (patch)
tree69e1bcb5c8e5aaae1c0ab93df910ac8c34565e67 /tests/CMakeLists.txt
parent3ee63fed9cb6e063e3ac0fc0d9763fafd85df7e2 (diff)
downloadextra-cmake-modules-dce13260f831882f70a18b1f1290bac462befbbd.tar.gz
extra-cmake-modules-dce13260f831882f70a18b1f1290bac462befbbd.tar.bz2
Fix ECMCheckOutboundLicenseTest to find the FindReuseTool.cmake filev5.80.0-rc1v5.80.0
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index fff7d988..b2143ec9 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -60,9 +60,6 @@ endmacro()
list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/find-modules)
-# enforce finding of ReuseTool in parent scope of module, beause
-# only here the module path can point into the source directory
-find_package(ReuseTool)
add_subdirectory(ECMCheckOutboundLicenseTest)
# Skip if PyQt not available