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" settings = "os", "compiler", "build_type", "arch"
requires = ( requires = (
"fmt/7.1.3", "fmt/7.1.3",
"gsl-lite/0.37.0" "gsl-lite/0.38.0"
) )
options = { options = {
"downcast_mode": ["off", "on", "auto"], "downcast_mode": ["off", "on", "auto"],

View File

@@ -34,7 +34,7 @@
- build: doxygen updated to 1.8.20 - build: doxygen updated to 1.8.20
- build: catch2 updated to 2.13.4 - build: catch2 updated to 2.13.4
- build: fmt updated to 7.1.3 - 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 generator switched to `cmake_find_package_multi`
- build: Conan CMakeToolchain support added - build: Conan CMakeToolchain support added
- build: CMake scripts cleanup - build: CMake scripts cleanup