diff options
author | Brad King <brad.king@kitware.com> | 2018-12-10 13:23:34 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-12-10 13:23:42 (GMT) |
commit | d3983f7fc62eb35d08ab69ecdddff47953d86dab (patch) | |
tree | d68bc6acb168c73b699c2773d19be8d2477e5def /Source | |
parent | 45c5958e36cf55b00338b3f69cd48f43c51a03e0 (diff) | |
parent | dff28141dcddd90b0bb95740d66b8f698cc8da6a (diff) | |
download | CMake-d3983f7fc62eb35d08ab69ecdddff47953d86dab.zip CMake-d3983f7fc62eb35d08ab69ecdddff47953d86dab.tar.gz CMake-d3983f7fc62eb35d08ab69ecdddff47953d86dab.tar.bz2 |
Merge topic 'SWIG'
dff28141dc UseSWIG: add management of SWIG option -module
7b3d4799f8 Help: update policy 0078 documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2669
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmPolicies.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 9985d63..7674877 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -251,7 +251,10 @@ class cmMakefile; "The FindQt module does not exist for find_package().", 3, 14, 0, \ cmPolicies::WARN) \ SELECT(POLICY, CMP0085, "$<IN_LIST:...> handles empty list items.", 3, 14, \ - 0, cmPolicies::WARN) + 0, cmPolicies::WARN) \ + SELECT(POLICY, CMP0086, \ + "UseSWIG honors SWIG_MODULE_NAME via -module flag.", 3, 14, 0, \ + cmPolicies::WARN) #define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1) #define CM_FOR_EACH_POLICY_ID(POLICY) \ |