mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-01 03:14:29 +02:00
build: conanfile.py
formatting fixed
This commit is contained in:
@@ -28,10 +28,9 @@ from conan.tools.cmake import CMake, CMakeDeps, CMakeToolchain
|
||||
from conan.tools.files import copy, load, rmdir
|
||||
from conan.tools.scm import Version
|
||||
from conans.errors import ConanInvalidConfiguration
|
||||
from conans.tools import ( # TODO replace with new tools for Conan 2.0
|
||||
check_min_cppstd,
|
||||
get_env,
|
||||
)
|
||||
|
||||
# TODO replace with new tools for Conan 2.0
|
||||
from conans.tools import check_min_cppstd, get_env
|
||||
|
||||
required_conan_version = ">=1.48.0"
|
||||
|
||||
|
Reference in New Issue
Block a user