diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/ECMCheckOutboundLicense.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/ECMCheckOutboundLicense.cmake b/modules/ECMCheckOutboundLicense.cmake index 63e7ca01..0397a023 100644 --- a/modules/ECMCheckOutboundLicense.cmake +++ b/modules/ECMCheckOutboundLicense.cmake @@ -65,6 +65,8 @@ # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr <cordlandwehr@kde.org> # SPDX-License-Identifier: BSD-3-Clause +include(FeatureSummary) + option(SKIP_LICENSE_TESTS "Skip outbound license tests" OFF) find_package(Python3) @@ -72,6 +74,7 @@ set_package_properties(Python3 PROPERTIES PURPOSE "Required to run tests of module ECMCheckOutboundLicense" TYPE OPTIONAL ) + find_package(ReuseTool) set_package_properties(ReuseTool PROPERTIES PURPOSE "Required to run tests of module ECMCheckOutboundLicense" |