build: gsl-lite updated to 0.38.0

This commit is contained in:
Mateusz Pusz
2021-04-06 22:21:21 +02:00
parent 3ee41d086c
commit 90c9daa27f
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ class UnitsConan(ConanFile):
settings = "os", "compiler", "build_type", "arch"
requires = (
"fmt/7.1.3",
"gsl-lite/0.37.0"
"gsl-lite/0.38.0"
)
options = {
"downcast_mode": ["off", "on", "auto"],

View File

@@ -34,7 +34,7 @@
- build: doxygen updated to 1.8.20
- build: catch2 updated to 2.13.4
- build: fmt updated to 7.1.3
- build: ms-gsl replaced with gsl-lite
- build: ms-gsl replaced with gsl-lite/0.38.0
- build: Conan generator switched to `cmake_find_package_multi`
- build: Conan CMakeToolchain support added
- build: CMake scripts cleanup