diff options
author | Brad King <brad.king@kitware.com> | 2018-07-20 13:45:04 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-07-20 13:45:04 (GMT) |
commit | f4781762363c0ae09705aae4ef5ff33df8bc4fb5 (patch) | |
tree | 34f52d03d21e652c58ab10362b1e839b5c283e15 /Source/cmPolicies.h | |
parent | 8cefa2cba414de0af8fb4ba28c9781dcdad1fc7e (diff) | |
parent | 492ade276b9a54ad61ba5eed4eea77897fdb74c1 (diff) | |
download | CMake-f4781762363c0ae09705aae4ef5ff33df8bc4fb5.zip CMake-f4781762363c0ae09705aae4ef5ff33df8bc4fb5.tar.gz CMake-f4781762363c0ae09705aae4ef5ff33df8bc4fb5.tar.bz2 |
Merge branch 'doc-find_package-root' into release-3.12
Merge-request: !2225
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 3fe0c84..1ef1813 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -219,8 +219,8 @@ class cmMakefile; SELECT(POLICY, CMP0073, \ "Do not produce legacy _LIB_DEPENDS cache entries.", 3, 12, 0, \ cmPolicies::WARN) \ - SELECT(POLICY, CMP0074, "find_package uses PackageName_ROOT variables.", 3, \ - 12, 0, cmPolicies::WARN) \ + SELECT(POLICY, CMP0074, "find_package uses <PackageName>_ROOT variables.", \ + 3, 12, 0, cmPolicies::WARN) \ SELECT(POLICY, CMP0075, \ "Include file check macros honor CMAKE_REQUIRED_LIBRARIES.", 3, 12, \ 0, cmPolicies::WARN) |