File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.15)
2- project (cpr VERSION 1.13 .0 LANGUAGES CXX)
2+ project (cpr VERSION 1.14 .0 LANGUAGES CXX)
33
44math (EXPR cpr_VERSION_NUM "${cpr_VERSION_MAJOR} * 0x10000 + ${cpr_VERSION_MINOR} * 0x100 + ${cpr_VERSION_PATCH} " OUTPUT_FORMAT HEXADECIMAL)
55configure_file ("${cpr_SOURCE_DIR} /cmake/cprver.h.in" "${cpr_BINARY_DIR} /cpr_generated_includes/cpr/cprver.h" )
Original file line number Diff line number Diff line change 1313| Release | Min. C++ Standard | Status | Notes |
1414| ---------------------------| -------------------| --------------------------| -------|
1515| master | ` cpp17 ` | ![ alt text] [ preview ] | |
16- | 1.13 .x | ` cpp17 ` | ![ alt text] [ supported ] | |
17- | 1.10.x - 1.12 .x | ` cpp17 ` | ![ alt text] [ unsupported ] | |
16+ | 1.14 .x | ` cpp17 ` | ![ alt text] [ supported ] | |
17+ | 1.10.x - 1.13 .x | ` cpp17 ` | ![ alt text] [ unsupported ] | |
1818| <= 1.9.x | ` cpp11 ` | ![ alt text] [ unsupported ] | |
1919
2020[ unsupported ] : https://img.shields.io/badge/-unsupported-red " unsupported "
You can’t perform that action at this time.
0 commit comments