From f1bf6bd813bebb2d95cdfb404bc5406be87814ae Mon Sep 17 00:00:00 2001 From: Allen Winter Date: Sat, 31 Oct 2020 15:58:24 -0400 Subject: find-modules/FindReuseTool.cmake - Fix finding reuse tool I had reuse installed but it wasn't being found. Now it is. --- find-modules/FindReuseTool.cmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'find-modules') diff --git a/find-modules/FindReuseTool.cmake b/find-modules/FindReuseTool.cmake index 9377f49e..adceeeb9 100644 --- a/find-modules/FindReuseTool.cmake +++ b/find-modules/FindReuseTool.cmake @@ -3,8 +3,8 @@ # Finds the REUSE Tool by FSFE: https://github.com/fsfe/reuse-tool # -# REUSE_TOOL_FOUND - True if REUSE tool is found. -# REUSE_TOOL_EXECUTABLE - Path to executable +# REUSETOOL_FOUND - True if REUSE tool is found. +# REUSETOOL_EXECUTABLE - Path to executable #============================================================================= # SPDX-FileCopyrightText: 2020 Andreas Cord-Landwehr @@ -19,5 +19,5 @@ find_package_handle_standard_args(ReuseTool FOUND_VAR REUSETOOL_FOUND REQUIRED_VARS - REUSE_TOOL_EXECUTABLE + REUSETOOL_EXECUTABLE ) -- cgit v1.2.1