diff options
author | Andreas Cord-Landwehr <cordlandwehr@kde.org> | 2020-09-26 13:25:50 +0200 |
---|---|---|
committer | Andreas Cord-Landwehr <cordlandwehr@kde.org> | 2020-09-26 14:30:44 +0200 |
commit | 523e95465a814e7538f78fc1e5a19af8977d9ae1 (patch) | |
tree | 9d363948a1de5661254952679fb6dbdcd35b696b /modules/ECMCheckOutboundLicense.cmake | |
parent | 01468f35aa86bb1011d99893d6a56da575f2ab90 (diff) | |
download | extra-cmake-modules-523e95465a814e7538f78fc1e5a19af8977d9ae1.tar.gz extra-cmake-modules-523e95465a814e7538f78fc1e5a19af8977d9ae1.tar.bz2 |
Include FeatureSummary and find modules
Required for module test to pass.
Diffstat (limited to 'modules/ECMCheckOutboundLicense.cmake')
-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" |