mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 12:54:25 +02:00
build: Required Conan version bumped to 1.40
This commit is contained in:
@@ -26,7 +26,7 @@ from conan.tools.cmake import CMakeToolchain, CMakeDeps, CMake
|
||||
from conans.errors import ConanInvalidConfiguration
|
||||
import os, re
|
||||
|
||||
required_conan_version = ">=1.33.0"
|
||||
required_conan_version = ">=1.40.0"
|
||||
|
||||
class UnitsConan(ConanFile):
|
||||
name = "mp-units"
|
||||
|
@@ -6,6 +6,7 @@
|
||||
- feat: HEP system support added (thanks [@RalphSteinhagen](https://github.com/RalphSteinhagen))
|
||||
- (!) fix: add `quantity_point::origin`, like `std::chrono::time_point::clock`
|
||||
- fix: account for different dimensions in `quantity_point_cast`'s constraint
|
||||
- build: Minimum Conan version changed to 1.40
|
||||
- build: doxygen updated to 1.9.2
|
||||
- build: linear_algebra updated to 0.7.1
|
||||
|
||||
|
Reference in New Issue
Block a user