File tree Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Expand file tree Collapse file tree 2 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ set(minRecClangVersion 12)
60
60
set (minReqClangClVersion 14.0.3)
61
61
# Packages
62
62
set (minQtVersion 5.15.2)
63
+ # Unused
63
64
# As the range-v3 uses exact version policy in the package config file so passing version
64
65
# makes real problems on CI pipelines where different OS images can have installed
65
66
# different versions of range-v3 (doesn't matter if it's vcpkg or some package manager)
Original file line number Diff line number Diff line change @@ -7,11 +7,14 @@ TEMPLATE = subdirs
7
7
# Rec - recommended, shows info message
8
8
9
9
# 16.10/16.11 (1929) - to support #pragma system_header
10
- tinyMinReqMsvc = 19.29
11
- tinyMinReqClangCl = 14.0.3
12
- tinyMinRecClang = 12
13
- tinyMinRecGCC = 10.2
14
- tinyMinRecQt = 5.15.2
10
+ tinyMinReqMsvc = 19.29
11
+ tinyMinReqClangCl = 14.0.3
12
+ tinyMinRecClang = 12
13
+ tinyMinRecGCC = 10.2
14
+ tinyMinRecQt = 5.15.2
15
+ # Unused
16
+ # tinyMinRangeV3Version = 0.12.0
17
+ # tinyMinTabulateVersion = 1.5.0
15
18
16
19
# Check/verify all toolchain requirements and edge cases, throws error() on any problem
17
20
load(private/tiny_toolchain_requirement)
You can’t perform that action at this time.
0 commit comments