(#11518) erikzenker-hsm: Bump min Conan version and deps

* erikzenker-hsm: Bump minimal Conan version to 1.43

* erikzenker-hsm: Bump Boost dep to 1.79
This commit is contained in:
Alex
2022-07-04 23:44:59 +03:00
committed by GitHub
parent 8f96d5969d
commit 9f06bfda52

View File

@@ -3,7 +3,7 @@ from conans.errors import ConanInvalidConfiguration
from conans.tools import Version
import os
required_conan_version = ">=1.33.0"
required_conan_version = ">=1.43.0"
class HsmConan(ConanFile):
name = "erikzenker-hsm"
@@ -12,7 +12,7 @@ class HsmConan(ConanFile):
url = "https://github.com/conan-io/conan-center-index"
description = "The hana state machine (hsm) is a finite state machine library based on the boost hana meta programming library. It follows the principles of the boost msm and boost sml libraries, but tries to reduce own complex meta programming code to a minimum."
topics = ("state-machine", "template-meta-programming")
requires = "boost/1.77.0"
requires = "boost/1.79.0"
no_copy_source = True
generators = "cmake"
settings = "os", "arch", "build_type", "compiler"