forked from mpusz/mp-units
build: gsl-lite updated to 0.38.0
This commit is contained in:
@@ -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"],
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user