Skip to content

Commit

Permalink
qmake/cmake renamed min. req. version variables
Browse files Browse the repository at this point in the history
Renamed minimum required version variables for tabulate and range-v3.
  • Loading branch information
silverqx committed Jun 30, 2024
1 parent 9623bbc commit ef18147
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ set(minReqQtVersion 6.2)
# As the range-v3 uses exact version policy in the package config file so passing version
# makes real problems on CI pipelines where different OS images can have installed
# different versions of range-v3 (doesn't matter if it's vcpkg or some package manager)
#set(minRangeV3Version 0.12.0)
#set(minReqRangeV3Version 0.12.0)
# tabulate doesn't provide Package Version File
#set(minTabulateVersion 1.5.0)
#set(minReqTabulateVersion 1.5.0)

# Make minimum toolchain version a requirement
tiny_toolchain_requirement(
Expand Down
14 changes: 7 additions & 7 deletions TinyORM.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ TEMPLATE = subdirs
# Rec - recommended, shows info message

# 16.10/16.11 (1929) - to support #pragma system_header
tinyMinReqMsvc = 19.29
tinyMinReqQt = 6.2
tinyMinReqClangCl = 14.0.3
tinyMinRecClang = 12
tinyMinRecGCC = 10.2
tinyMinReqMsvc = 19.29
tinyMinReqQt = 6.2
tinyMinReqClangCl = 14.0.3
tinyMinRecClang = 12
tinyMinRecGCC = 10.2
# Unused
#tinyMinRangeV3Version = 0.12.0
#tinyMinTabulateVersion = 1.5.0
#tinyMinReqRangeV3Version = 0.12.0
#tinyMinReqTabulateVersion = 1.5.0

# Check/verify all toolchain requirements and edge cases, throws error() on any problem
load(private/tiny_toolchain_requirement)
Expand Down

0 comments on commit ef18147

Please sign in to comment.