UseSWIG: Use standard library name conventions for csharp language

Fixes: #21542
This commit is contained in:
Marc Chevrier
2021-03-26 16:27:18 +01:00
parent 18a2e86385
commit 1d8e3a1e77
13 changed files with 98 additions and 3 deletions
+5 -1
View File
@@ -362,7 +362,11 @@ class cmMakefile;
cmPolicies::WARN) \
SELECT(POLICY, CMP0121, \
"The list() command now validates parsing of index arguments.", 3, \
21, 0, cmPolicies::WARN)
21, 0, cmPolicies::WARN) \
SELECT( \
POLICY, CMP0122, \
"UseSWIG use standard library name conventions for csharp language.", 3, \
21, 0, cmPolicies::WARN)
#define CM_SELECT_ID(F, A1, A2, A3, A4, A5, A6) F(A1)
#define CM_FOR_EACH_POLICY_ID(POLICY) \