diff options
author | Brad King <brad.king@kitware.com> | 2018-07-27 14:08:47 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-07-27 14:08:54 (GMT) |
commit | 5bbcf76399e107bbb1712ba8aeee27c160413d2d (patch) | |
tree | 011dc8351cd5581897a28bed1c5b3ee271991a60 /Source | |
parent | bccbf9a737785c34e0b23b2b456fbb4e112d42fb (diff) | |
parent | a3a0c3aa71498f76cc0e9655038de7bbb5430a03 (diff) | |
download | CMake-5bbcf76399e107bbb1712ba8aeee27c160413d2d.zip CMake-5bbcf76399e107bbb1712ba8aeee27c160413d2d.tar.gz CMake-5bbcf76399e107bbb1712ba8aeee27c160413d2d.tar.bz2 |
Merge topic 'UseSWIG-target-name-policy'
a3a0c3aa71 UseSWIG: add policy to manage target naming strategy.
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2232
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmPolicies.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index d6f7c54..91ed924 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -228,7 +228,9 @@ class cmMakefile; "target_sources() command converts relative paths to absolute.", 3, \ 13, 0, cmPolicies::WARN) \ SELECT(POLICY, CMP0077, "option() honors normal variables.", 3, 13, 0, \ - cmPolicies::WARN) + cmPolicies::WARN) \ + SELECT(POLICY, CMP0078, "UseSWIG generates standard target names.", 3, 13, \ + 0, cmPolicies::WARN) #define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1) #define CM_FOR_EACH_POLICY_ID(POLICY) \ |