mirror of
https://github.com/conan-io/conan-center-index.git
synced 2025-08-14 02:35:37 +00:00
(#14660) Deprecate Boost.LEAF
* Mark boost leaf as deprecate Signed-off-by: Uilian Ries <uilianries@gmail.com> * Use invalid configuration Signed-off-by: Uilian Ries <uilianries@gmail.com> * Fix the correct recipe Signed-off-by: Uilian Ries <uilianries@gmail.com> Signed-off-by: Uilian Ries <uilianries@gmail.com>
This commit is contained in:
@@ -19,6 +19,10 @@ class BoostLEAFConan(ConanFile):
|
||||
"header-only", "low-latency", "no-dependencies", "single-header")
|
||||
settings = "os", "compiler", "arch", "build_type"
|
||||
no_copy_source = True
|
||||
deprecated = True
|
||||
|
||||
def configure(self):
|
||||
raise ConanInvalidConfiguration(f"{self.ref} is deprecated in favor of Boost >=1.75.0")
|
||||
|
||||
def package_id(self):
|
||||
self.info.clear()
|
||||
|
Reference in New Issue
Block a user