From b97be07dd31d024bc26b7387ef1580a00b31c9e3 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 30 Apr 2024 14:33:31 -0400 Subject: cmFindCommon: Fix typo in internal search path group label Fix a typo from commit 1abd7cd930 (Use containers of labeled search paths instead of individual members, 2014-10-17, v3.2.0-rc1~400^2). The string is used only as an internal unique name, so the typo was not user-facing. --- Source/cmFindCommon.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmFindCommon.cxx b/Source/cmFindCommon.cxx index 1a80961..31cc14b 100644 --- a/Source/cmFindCommon.cxx +++ b/Source/cmFindCommon.cxx @@ -26,7 +26,7 @@ cmFindCommon::PathLabel cmFindCommon::PathLabel::CMakeEnvironment( "CMAKE_ENVIRONMENT"); cmFindCommon::PathLabel cmFindCommon::PathLabel::Hints("HINTS"); cmFindCommon::PathLabel cmFindCommon::PathLabel::SystemEnvironment( - "SYSTM_ENVIRONMENT"); + "SYSTEM_ENVIRONMENT"); cmFindCommon::PathLabel cmFindCommon::PathLabel::CMakeSystem("CMAKE_SYSTEM"); cmFindCommon::PathLabel cmFindCommon::PathLabel::Guess("GUESS"); -- cgit v0.12