File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -72,22 +72,22 @@ if (CPPINTEROP_USE_CLING)
72
72
else ()
73
73
set (CLANG_MIN_SUPPORTED 16.0 )
74
74
endif (CPPINTEROP_USE_CLING )
75
- set (CLANG_MAX_SUPPORTED "21 .1.x" )
76
- set (CLANG_VERSION_UPPER_BOUND 22 .0.0 )
75
+ set (CLANG_MAX_SUPPORTED "20 .1.x" )
76
+ set (CLANG_VERSION_UPPER_BOUND 21 .0.0 )
77
77
if (CPPINTEROP_USE_CLING )
78
78
set (LLD_MIN_SUPPORTED 18.0 )
79
79
else ()
80
80
set (LLD_MIN_SUPPORTED 16.0 )
81
81
endif (CPPINTEROP_USE_CLING )
82
- set (LLD_MAX_SUPPORTED "21 .1.x" )
83
- set (LLD_VERSION_UPPER_BOUND 22 .0.0 )
82
+ set (LLD_MAX_SUPPORTED "20 .1.x" )
83
+ set (LLD_VERSION_UPPER_BOUND 21 .0.0 )
84
84
if (CPPINTEROP_USE_CLING )
85
85
set (LLVM_MIN_SUPPORTED 18.0 )
86
86
else ()
87
87
set (LLVM_MIN_SUPPORTED 16.0 )
88
88
endif (CPPINTEROP_USE_CLING )
89
- set (LLVM_MAX_SUPPORTED "21 .1.x" )
90
- set (LLVM_VERSION_UPPER_BOUND 22 .0.0 )
89
+ set (LLVM_MAX_SUPPORTED "20 .1.x" )
90
+ set (LLVM_VERSION_UPPER_BOUND 21 .0.0 )
91
91
92
92
## Set Cmake packages search order
93
93
You can’t perform that action at this time.
0 commit comments