mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 22:31:18 -05:00
UseSWIG: Use standard library name conventions for csharp language
Fixes: #21542
This commit is contained in:
+5
-1
@@ -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) \
|
||||
|
||||
Reference in New Issue
Block a user