浏览代码

Merge topic 'search-path-label'

b97be07dd3 cmFindCommon: Fix typo in internal search path group label

Acked-by: Kitware Robot <[email protected]>
Acked-by: buildbot <[email protected]>
Merge-request: !9479
Brad King 1 年之前
父节点
当前提交
dc8ddf7f59
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmFindCommon.cxx

+ 1 - 1
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");