Fix building of the range-v3 dependency. The conan remote URL for this dependency changed and we have to use the new URL. This broke the homebrew build as well.
This commit is contained in:
parent
cd5121080a
commit
69370a5d15
@ -1,3 +1,8 @@
|
||||
Version 0.11.1 (unreleased)
|
||||
---------------
|
||||
Bugfix:
|
||||
* Fix building of the range-v3 dependency. The conan remote URL for this dependency changed and we have to use the new URL. See https://github.com/cryfs/cryfs/issues/398
|
||||
|
||||
Version 0.11.0
|
||||
---------------
|
||||
Backwards Compatibility:
|
||||
|
@ -3,7 +3,7 @@ from conans import ConanFile, CMake
|
||||
class CryFSConan(ConanFile):
|
||||
settings = "os", "compiler", "build_type", "arch"
|
||||
requires = [
|
||||
"range-v3/0.11.0@ericniebler/stable",
|
||||
"range-v3/0.11.0",
|
||||
"spdlog/1.8.5",
|
||||
"boost/1.75.0",
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user