summaryrefslogtreecommitdiff
path: root/Source/cmPolicies.h
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2018-07-23 10:38:08 +0200
committerMarc Chevrier <marc.chevrier@gmail.com>2018-07-25 18:00:52 +0200
commita3a0c3aa71498f76cc0e9655038de7bbb5430a03 (patch)
treed094f6028f45cc327e923afe089085f00e846783 /Source/cmPolicies.h
parent3ab6f056dc8765c98e62a04a16fa24f23f201b7a (diff)
downloadcmake-a3a0c3aa71498f76cc0e9655038de7bbb5430a03.tar.gz
UseSWIG: add policy to manage target naming strategy.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r--Source/cmPolicies.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h
index d6f7c54b91..91ed924ff4 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) \