From 523e95465a814e7538f78fc1e5a19af8977d9ae1 Mon Sep 17 00:00:00 2001 From: Andreas Cord-Landwehr Date: Sat, 26 Sep 2020 13:25:50 +0200 Subject: Include FeatureSummary and find modules Required for module test to pass. --- modules/ECMCheckOutboundLicense.cmake | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/ECMCheckOutboundLicense.cmake') 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 # 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" -- cgit v1.2.1